diff options
author | araujo <araujo@FreeBSD.org> | 2012-12-18 10:40:07 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2012-12-18 10:40:07 +0800 |
commit | 5d9b06088e21dd78c75c8f5d44bacfc7b4d883fc (patch) | |
tree | b6d76856684663d84073fa7c3e3d953f04b71bd7 /graphics | |
parent | c0aa29d779fa20748573928349fec7aaddc87a95 (diff) | |
download | freebsd-ports-gnome-5d9b06088e21dd78c75c8f5d44bacfc7b4d883fc.tar.gz freebsd-ports-gnome-5d9b06088e21dd78c75c8f5d44bacfc7b4d883fc.tar.zst freebsd-ports-gnome-5d9b06088e21dd78c75c8f5d44bacfc7b4d883fc.zip |
- Add CFLAGS and make it build properly.
PR: ports/173297
Submitted by: Chris <chris@imagemetrica.com>
Reviewed by: Sascha Klauder <sascha@trimind.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 36b3c042118d..d0d7f4ed8d24 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 GNU_CONFIGURE= yes USE_GMAKE= yes +CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-opi \ |