aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-27 04:21:59 +0800
committerlofi <lofi@FreeBSD.org>2004-08-27 04:21:59 +0800
commit6d489c7fdc36e702416d16eb7ead919041b6bfd4 (patch)
tree1a5642b996e01cd38bda59a557753a0fd036376e /audio
parent711bec9d9e47a4eb3ec28975b5f842677fae9d16 (diff)
downloadfreebsd-ports-gnome-6d489c7fdc36e702416d16eb7ead919041b6bfd4.tar.gz
freebsd-ports-gnome-6d489c7fdc36e702416d16eb7ead919041b6bfd4.tar.zst
freebsd-ports-gnome-6d489c7fdc36e702416d16eb7ead919041b6bfd4.zip
Respect CFLAGS.
PR: 71001 Submitted by: "Paul Seniura" <pdseniura@techie.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/ices/Makefile2
-rw-r--r--audio/libshout2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile
index 40a6e91f5013..c80f9f3c40b8 100644
--- a/audio/ices/Makefile
+++ b/audio/ices/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 \
vorbis.3:${PORTSDIR}/audio/libvorbis \
xml2.5:${PORTSDIR}/textproc/libxml2
-CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
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