svn commit: r372998 - head/multimedia/gstreamer-plugins

John Marino marino at FreeBSD.org
Fri Nov 21 15:12:14 UTC 2014


Author: marino
Date: Fri Nov 21 15:12:13 2014
New Revision: 372998
URL: https://svnweb.freebsd.org/changeset/ports/372998
QAT: https://qat.redports.org/buildarchive/r372998/

Log:
  multimedia/gstreamer-plugins: use OPSYS with OSVERSION

Modified:
  head/multimedia/gstreamer-plugins/Makefile
  head/multimedia/gstreamer-plugins/Makefile.common

Modified: head/multimedia/gstreamer-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile	Fri Nov 21 14:54:11 2014	(r372997)
+++ head/multimedia/gstreamer-plugins/Makefile	Fri Nov 21 15:12:13 2014	(r372998)
@@ -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>

Modified: head/multimedia/gstreamer-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile.common	Fri Nov 21 14:54:11 2014	(r372997)
+++ head/multimedia/gstreamer-plugins/Makefile.common	Fri Nov 21 15:12:13 2014	(r372998)
@@ -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 \


More information about the svn-ports-all mailing list