diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-01 16:52:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-01 16:52:15 +0800 |
commit | 774a15e4d44bf4fdfbfc8bda4dc81ef8ee344e4a (patch) | |
tree | e46687912f8cc616eb18ebf69900b65c6cfd2dea /devel | |
parent | f66d7ddbdaf64259e33d5ad7a068f521929ac52d (diff) | |
download | freebsd-ports-gnome-774a15e4d44bf4fdfbfc8bda4dc81ef8ee344e4a.tar.gz freebsd-ports-gnome-774a15e4d44bf4fdfbfc8bda4dc81ef8ee344e4a.tar.zst freebsd-ports-gnome-774a15e4d44bf4fdfbfc8bda4dc81ef8ee344e4a.zip |
Mark BROKEN on FreeBSD 9: fails to build
compiling rb-gi-function-info.c
rb-gi-function-info.c:43: error: redefinition of typedef 'RBGICallback'
rb-gobject-introspection.h:31: error: previous declaration of 'RBGICallback' was here
*** [rb-gi-function-info.o] Error code 1
Reported by: pkg-fallout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-gobject-introspection/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/rubygem-gobject-introspection/Makefile b/devel/rubygem-gobject-introspection/Makefile index fba8f5c7a32d..4bc36a2b60af 100644 --- a/devel/rubygem-gobject-introspection/Makefile +++ b/devel/rubygem-gobject-introspection/Makefile @@ -12,6 +12,7 @@ LICENSE= LGPL21+ RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 +BROKEN_FreeBSD_9= fails to build BROKEN_sparc64= Does not build: fails to compile rb-gi-function-info.c USE_GNOME= introspection |