aboutsummaryrefslogtreecommitdiffstats
path: root/audio/flac
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-11-02 02:35:56 +0800
committernaddy <naddy@FreeBSD.org>2002-11-02 02:35:56 +0800
commited00891e2882ef137953f638767d11dc4aeca4b9 (patch)
tree14d657b1ac13a5791498f24e8ba5388629ba09df /audio/flac
parent12ef932085ca1c4c6ea2b23fbbf037cc1b8bd7b3 (diff)
downloadfreebsd-ports-gnome-ed00891e2882ef137953f638767d11dc4aeca4b9.tar.gz
freebsd-ports-gnome-ed00891e2882ef137953f638767d11dc4aeca4b9.tar.zst
freebsd-ports-gnome-ed00891e2882ef137953f638767d11dc4aeca4b9.zip
Make sure the build includes the local .h files before /usr/local/include.
PR: 44801 Submitted by: alane
Diffstat (limited to 'audio/flac')
-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=""