aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpdf/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xpdf/files/patch-ab')
-rw-r--r--graphics/xpdf/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab
new file mode 100644
index 000000000000..4049da778837
--- /dev/null
+++ b/graphics/xpdf/files/patch-ab
@@ -0,0 +1,20 @@
+--- Makefile.config.orig Sat Jan 13 11:11:45 1996
++++ Makefile.config Mon Feb 5 17:44:39 1996
+@@ -15,14 +15,15 @@
+ # Extra flags for C compiler
+ # This can include things like -I and -L if your include files or
+ # libraries are in non-standard places.
++# For FreeBSD, need -DHAVE_PARAM_H
+ #CFLAGS2 =
+-CFLAGS2 = -Wno-unused
++CFLAGS2 = -Wno-unused -DHAVE_PARAM_H -I/usr/X11R6/include
+
+ # Extra flags for C++ compiler
+ # This can include things like -I and -L if your include files or
+ # libraries are in non-standard places.
+ #CXXFLAGS2 =
+-CXXFLAGS2 = -Wno-unused
++CXXFLAGS2 = -Wno-unused -I/usr/X11R6/include
+
+ # Any flags necessary to link in libX11.
+ #XLIBS = -lX11