diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-21 23:04:29 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-21 23:04:29 +0000 |
commit | 2f13a7f2c2a5aa7912bb4588090b2a9b883aef54 (patch) | |
tree | 5af399fb72b85f69f5172115db4368219bbc5a24 /print | |
parent | c1d228df0ff5a1c96e72c8169f6c0cf311e73d40 (diff) |
- Work properly with non-standard PREFIX
PR: ports/149860
Submitted by: Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=259698
Diffstat (limited to 'print')
-rw-r--r-- | print/fontforge/Makefile | 2 |
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 |