1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Make sure the build includes the local .h files before /usr/local/include.

PR:		44801
Submitted by:	alane
This commit is contained in:
Christian Weisgerber 2002-11-01 18:35:56 +00:00
parent dad54dfcff
commit c7a643eb7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69262

View File

@ -39,7 +39,8 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFIGURE_ARGS+=--enable-sse --enable-3dnow \
--with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}"
CONFIGURE_ENV= CONFIG_SHELL=${SH}
CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
CPPFLAGS="-I${WRKSRC}/include"
.if defined(NOPORTDOCS)
MAKE_ENV= DOC=""