summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-24 21:12:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-24 21:12:07 +0000
commitbc20eb5d39c5800c5b5e504c4264b1ca81123483 (patch)
tree9d7cb61b4263c4bc2ed2a7e142d1af7c4b7077a3 /multimedia/gstreamer
parentMake the configure fail message a little less verbose. (diff)
Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now that
libtool-1.5.22 is unbroked.
Notes
Notes: svn path=/head/; revision=151981
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 ba7d1bf9994e..688d212f83eb 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 ${PTHREAD_CFLAGS}" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
PLIST_SUB= \
VERSION="${GST_VERSION}" \
SHLIB_VERSION="${SHLIB_VERSION}" \