aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpdf
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-07 12:52:16 +0800
committerasami <asami@FreeBSD.org>1996-12-07 12:52:16 +0800
commit5cd6c32f3e62b83484af1672da64dd5e9fd6ca4f (patch)
tree5d135794e9b466e0b1ea535e0803d6493866d21c /graphics/xpdf
parentfc34734fb06e2548d5240eccdc85df48d572d104 (diff)
downloadfreebsd-ports-gnome-5cd6c32f3e62b83484af1672da64dd5e9fd6ca4f.tar.gz
freebsd-ports-gnome-5cd6c32f3e62b83484af1672da64dd5e9fd6ca4f.tar.zst
freebsd-ports-gnome-5cd6c32f3e62b83484af1672da64dd5e9fd6ca4f.zip
Make this compile again without /usr/include/X11 -> /usr/X11R6/include/X11
link. Broken-and-not-fixed-despite-error-report by: torstenb ;)
Diffstat (limited to 'graphics/xpdf')
-rw-r--r--graphics/xpdf/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab
index a7aa1c31a5c2..a993fa77a9c9 100644
--- a/graphics/xpdf/files/patch-ab
+++ b/graphics/xpdf/files/patch-ab
@@ -13,7 +13,7 @@
#CFLAGS2 = -O2 -Wall
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
-! #CFLAGS2 = -O2 -Wall -Wno-unused
+! CFLAGS2 = -O2 -Wall -Wno-unused -I${X11BASE}/include
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
#CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused