summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-24 16:44:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-24 16:44:07 +0000
commit813e9524356c47704b625a3a77941d3f5d2a026b (patch)
treefdfe84503fdd945478e8db17781a46929d5debf7 /multimedia/gstreamer
parentAdd PTHREAD_{CFLAGS,KUBS} to CONFIGURE_ENV. (diff)
Step on kwm's toes and add PTHREAD_CFLAGS/LIBS to the
CONFIGURE_ENV to fix the build with the new libtool. There may be a better fix, but in the meantime this will allow the port to build. Please feel free to back this out and kick me if you want to, kwm.
Notes
Notes: svn path=/head/; revision=151972
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index 688d212f83eb..ba7d1bf9994e 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -33,8 +33,8 @@ CONFIGURE_ARGS= --disable-tests \
--disable-examples \
--disable-docs-build \
--disable-failing-tests
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
PLIST_SUB= \
VERSION="${GST_VERSION}" \
SHLIB_VERSION="${SHLIB_VERSION}" \