summaryrefslogtreecommitdiff
path: root/homebrew/gts/patches.sh
blob: 52590c19e082f63adb9b97dba482c9b6adbe3cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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