diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-03 02:54:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-03 02:54:19 +0800 |
commit | a877d8fdd9ff6c09bb4a0bdd246b009b69bc23b4 (patch) | |
tree | da450df414a8692c90b0fd4a29be2762aa584db4 /audio | |
parent | f7a0a91d36c2f05f1eb9989f3dff4a2846b2d09b (diff) | |
download | freebsd-ports-gnome-a877d8fdd9ff6c09bb4a0bdd246b009b69bc23b4.tar.gz freebsd-ports-gnome-a877d8fdd9ff6c09bb4a0bdd246b009b69bc23b4.tar.zst freebsd-ports-gnome-a877d8fdd9ff6c09bb4a0bdd246b009b69bc23b4.zip |
Mark broken: fails to compile everywhere.
It fails a different way on powerpc64, so note that, even though that
line will not have any effect.
Reported by: swills (powerpc64 build)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gogglesmm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index f2973bba8831..dc0a37b380fe 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -16,6 +16,9 @@ LIB_DEPENDS= libtag.so:audio/taglib \ libexpat.so:textproc/expat2 \ libFOX-1.7.so:x11-toolkits/fox17 +BROKEN= fails to compile: sqlite3.h:3712:16: elaborated type refers to a typedef +BROKEN_powerpc64= fails to compile: ap_mad.cpp:358:2: \#error fixme + USE_GITHUB= yes USES= cmake compiler:c++11-lib desktop-file-utils \ |