summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-11-01 18:35:56 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-11-01 18:35:56 +0000
commitc7a643eb7a505cd9d51dd1d73e14f0a6ccb386a8 (patch)
treeb14cdfddcc6b979f20c78c89bf68daa0d4a1eaff /audio
parentFixed another dumb idiot thing to do without reverting to system perl (diff)
Make sure the build includes the local .h files before /usr/local/include.
PR: 44801 Submitted by: alane
Notes
Notes: svn path=/head/; revision=69262
Diffstat (limited to 'audio')
-rw-r--r--audio/flac/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index ab3939fe36a6..7d8e19b36050 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -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=""