diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-21 15:12:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-21 15:12:13 +0000 |
commit | 61c31a4b037a250727ea27050041c6e57b81eded (patch) | |
tree | 5601c6301152f3b0cb8e387bc2a98ba68cb3fed3 /multimedia/gstreamer-plugins | |
parent | f83444a8405014b208df0c02f01687c4d545242b (diff) | |
download | ports-61c31a4b037a250727ea27050041c6e57b81eded.tar.gz ports-61c31a4b037a250727ea27050041c6e57b81eded.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
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 \ |