1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Work properly with non-standard PREFIX

PR:		ports/149860
Submitted by:	Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
This commit is contained in:
Li-Wen Hsu 2010-08-21 23:04:29 +00:00
parent c1d228df0f
commit 2f13a7f2c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259698

View File

@ -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