From 6dea68c0ba4e4350626f1762b135d23556998f14 Mon Sep 17 00:00:00 2001 From: lwhsu Date: Sat, 21 Aug 2010 23:04:29 +0000 Subject: - Work properly with non-standard PREFIX PR: ports/149860 Submitted by: Naram Qashat (maintainer) --- print/fontforge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print') 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 -- cgit