aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2010-08-22 07:04:29 +0800
committerlwhsu <lwhsu@FreeBSD.org>2010-08-22 07:04:29 +0800
commit6dea68c0ba4e4350626f1762b135d23556998f14 (patch)
tree6a9b3354f3429719b2b7a174f824e6d44488a98a /print
parentec7256aefb896343a0289ab1e49bea591ba700c9 (diff)
downloadfreebsd-ports-gnome-6dea68c0ba4e4350626f1762b135d23556998f14.tar.gz
freebsd-ports-gnome-6dea68c0ba4e4350626f1762b135d23556998f14.tar.zst
freebsd-ports-gnome-6dea68c0ba4e4350626f1762b135d23556998f14.zip
- Work properly with non-standard PREFIX
PR: ports/149860 Submitted by: Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
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