diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 04:52:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 04:52:16 +0000 |
commit | 5cd6c32f3e62b83484af1672da64dd5e9fd6ca4f (patch) | |
tree | 5d135794e9b466e0b1ea535e0803d6493866d21c /graphics/xpdf/files | |
parent | fc34734fb06e2548d5240eccdc85df48d572d104 (diff) | |
download | FreeBSD-ports-5cd6c32f3e62b83484af1672da64dd5e9fd6ca4f.zip FreeBSD-ports-5cd6c32f3e62b83484af1672da64dd5e9fd6ca4f.tar.gz |
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/files')
-rw-r--r-- | graphics/xpdf/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab index a7aa1c3..a993fa7 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 |