aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 13:16:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-09 13:16:49 +0000
commit9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch)
tree263754af5ddd95f1ad55b06c101378a0cf71009b /multimedia/gstreamer-plugins
parenta0e384abe8236d5d12c69354d90c0de5342f7efb (diff)
downloadports-9d79e7b1469f6887d302e13ce7c67c54408a2453.tar.gz
ports-9d79e7b1469f6887d302e13ce7c67c54408a2453.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index edf4f1fa31c0..9c3303c467d3 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -161,12 +161,4 @@ post-patch:
-e 's|-Wmissing-include-dirs||g' \
${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.mk>