diff options
author | linimon <linimon@FreeBSD.org> | 2016-12-01 00:01:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-12-01 00:01:30 +0800 |
commit | db131162bd54c32e299fe8f59b803956c625d64f (patch) | |
tree | 154f2f955bcf715c819830187bfd3950275e246e /audio/xmms2 | |
parent | 9fd755622de30ffec59f4250b9abd9349446466b (diff) | |
download | freebsd-ports-gnome-db131162bd54c32e299fe8f59b803956c625d64f.tar.gz freebsd-ports-gnome-db131162bd54c32e299fe8f59b803956c625d64f.tar.zst freebsd-ports-gnome-db131162bd54c32e299fe8f59b803956c625d64f.zip |
Mark various ports as broken on aarch64 due to the same clang bug:
error in backend: Do not know how to split this operator's operand!
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index a98ff6303572..84240a5fb1ff 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -27,6 +27,8 @@ PLIST_SUB+= INCLUDEDIR="include/${PORTNAME}" LIBDIR="lib/${PORTNAME}" CPPFLAGS+= -I${LOCALBASE}/include +BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand! + OPTIONS_DEFINE= AIRPLAY AO APE AVCODEC CDDA CURL ET FAAD FAM FLAC \ GME GVFS ICES JACK MAD MDNS MMS \ MODPLUG MPG123 MUSEPACK OFA PULSEAUDIO SAMBA SID \ |