aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-21 23:04:29 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-08-21 23:04:29 +0000
commit2f13a7f2c2a5aa7912bb4588090b2a9b883aef54 (patch)
tree5af399fb72b85f69f5172115db4368219bbc5a24 /print
parentc1d228df0ff5a1c96e72c8169f6c0cf311e73d40 (diff)
downloadports-2f13a7f2c2a5aa7912bb4588090b2a9b883aef54.tar.gz
ports-2f13a7f2c2a5aa7912bb4588090b2a9b883aef54.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/fontforge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index 7aefae099dd9..14dc083e2d46 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -62,7 +62,7 @@ WITH_FREETYPE_SRC= --disable-freetype --without-freetype-bytecode \
CONFIGURE_ARGS= ${WITH_MULTILAYER} --enable-devicetables ${WITH_FREETYPE_SRC} \
--enable-pasteafter --enable-tilepath
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
USE_LDCONFIG= yes
GNU_CONFIGURE= yes