diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 04:52:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 04:52:16 +0000 |
commit | 2b163d29800bd93f54bd5191b63ba4611e9320a1 (patch) | |
tree | 17f962cc02d9905e757accaa9103efdeff2201e2 /graphics/xpdf | |
parent | 38afd67998e753ee3141b260e512f1db11492343 (diff) | |
download | ports-2b163d29800bd93f54bd5191b63ba4611e9320a1.tar.gz ports-2b163d29800bd93f54bd5191b63ba4611e9320a1.zip |
Notes
Diffstat (limited to 'graphics/xpdf')
-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 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 |