diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-01 18:35:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-01 18:35:56 +0000 |
commit | c7a643eb7a505cd9d51dd1d73e14f0a6ccb386a8 (patch) | |
tree | b14cdfddcc6b979f20c78c89bf68daa0d4a1eaff | |
parent | dad54dfcff64475088e06768ccd3fb421ef7b980 (diff) | |
download | ports-c7a643eb7a505cd9d51dd1d73e14f0a6ccb386a8.tar.gz ports-c7a643eb7a505cd9d51dd1d73e14f0a6ccb386a8.zip |
Notes
-rw-r--r-- | audio/flac/Makefile | 3 |
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="" |