aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-11-21 15:12:13 +0000
committerJohn Marino <marino@FreeBSD.org>2014-11-21 15:12:13 +0000
commit61c31a4b037a250727ea27050041c6e57b81eded (patch)
tree5601c6301152f3b0cb8e387bc2a98ba68cb3fed3 /multimedia/gstreamer-plugins
parentf83444a8405014b208df0c02f01687c4d545242b (diff)
downloadports-61c31a4b037a250727ea27050041c6e57b81eded.tar.gz
ports-61c31a4b037a250727ea27050041c6e57b81eded.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile2
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common2
2 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index b4f99fcf460d..d0c3c340cdfa 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -159,9 +159,11 @@ post-patch:
${WRKSRC}/configure
# workaround a crash in clang 3.3 crash llvm bug # 15840
+.if ${OPSYS} == FreeBSD
.if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \
(${OSVERSION} >= 1000037 && ${OSVERSION} < 1000056))
USE_GCC= any
.endif
+.endif
.include <bsd.port.post.mk>
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 14a63b997b3d..40519e25f3fa 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -536,7 +536,7 @@ gst_twolame_DIST= ugly
# gst_v4l2
gst_gst_v4l2_LIB_DEPENDS+= libv4l2.so:${PORTSDIR}/multimedia/libv4l
-.if ${OSVERSION} >= 800000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 800000
gst_gst_v4l2_RUN_DEPENDS+= webcamd:${PORTSDIR}/multimedia/webcamd
.endif
gst_gst_v4l2_PLIST_FILES= ${GST_LIB_DIR}/libgstvideo4linux2.la \