aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout2
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-08-26 20:21:59 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-08-26 20:21:59 +0000
commit2394171dd55d745b6ed83d87017194b89758bbb7 (patch)
tree41ecc6561102a89ad75819bcbd20d779e2bfb0a2 /audio/libshout2
parent80e7374bc1be6d42e8441a750cf41f147e483ed7 (diff)
downloadports-2394171dd55d745b6ed83d87017194b89758bbb7.tar.gz
ports-2394171dd55d745b6ed83d87017194b89758bbb7.zip
Notes
Diffstat (limited to 'audio/libshout2')
-rw-r--r--audio/libshout2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile
index b1d4b48d10dc..70480d436837 100644
--- a/audio/libshout2/Makefile
+++ b/audio/libshout2/Makefile
@@ -18,7 +18,7 @@ COMMENT= Routines for connecting and transmitting data to the icecast server
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
-CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
USE_GMAKE= yes