summaryrefslogtreecommitdiff
path: root/homebrew/gts/patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gts/patches.sh')
-rwxr-xr-xhomebrew/gts/patches.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/homebrew/gts/patches.sh b/homebrew/gts/patches.sh
new file mode 100755
index 000000000..52590c19e
--- /dev/null
+++ b/homebrew/gts/patches.sh
@@ -0,0 +1,16 @@
+echo 'Creating brew-patch.diff'
+cat << EOF >> brew-patch.diff
+diff --git a/examples/happrox.c b/examples/happrox.c
+index 88770a8..11f140d 100644
+--- a/examples/happrox.c
++++ b/examples/happrox.c
+@@ -21,7 +21,7 @@
+ #include <stdlib.h>
+ #include <locale.h>
+ #include <string.h>
+-#include <pgm.h>
++#include <netpbm/pgm.h>
+ #include "config.h"
+ #ifdef HAVE_GETOPT_H
+ # include <getopt.h>
+EOF