diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-01 22:17:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-01 22:17:18 +0800 |
commit | 835276f5b727333655c51974884be2c2d2172098 (patch) | |
tree | af7be7b04c13d0be752467cb4b287b994da752a6 /multimedia | |
parent | d8f49b868fd844007239eac8dec3608ae755dd8a (diff) | |
download | freebsd-ports-gnome-835276f5b727333655c51974884be2c2d2172098.tar.gz freebsd-ports-gnome-835276f5b727333655c51974884be2c2d2172098.tar.zst freebsd-ports-gnome-835276f5b727333655c51974884be2c2d2172098.zip |
Mark broken: Fails to compile
/usr/local/include/gstreamer-0.10/gst/gstobject.h:283:3: error: unknown type name 'GStaticRecMutex'
Reported by: pkg-fallout since august 2013
With hat: portmgr
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 92d463f69fb1..e280fbad67fa 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSIO MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter GStreamer integration +BROKEN= Fails to compile + LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter USE_BZIP2= yes |