aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-05-10 16:59:15 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-05-10 16:59:15 +0000
commitc7ee117f4c063fe1f86a05f4b3d4a387a489c2b3 (patch)
tree84f33c7157e2eb6e9b287c9cb0888cec8d05b28e /multimedia/gstreamer1
parentf50011fcc3e445875d23535c51eb5fd9bc014b3e (diff)
downloadports-c7ee117f4c063fe1f86a05f4b3d4a387a489c2b3.tar.gz
ports-c7ee117f4c063fe1f86a05f4b3d4a387a489c2b3.zip
Also add USE_GCC=any as workaround for clang 3.3 crash on i386
Notes
Notes: svn path=/head/; revision=317830
Diffstat (limited to 'multimedia/gstreamer1')
-rw-r--r--multimedia/gstreamer1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile
index b93971b41351..7c89622f9683 100644
--- a/multimedia/gstreamer1/Makefile
+++ b/multimedia/gstreamer1/Makefile
@@ -19,6 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-i
CFLAGS:= ${CFLAGS} -O2 -Wno-format
USES= bison gettext pathfix pkgconfig
+# workaround a crash in clang 3.3 crash llvm bug # 15840
+USE_GCC= any
USE_XZ= yes
USE_GMAKE= yes
MAKE_JOBS_SAVE= yes