diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-30 16:01:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-30 16:01:30 +0000 |
commit | d8110d1b0cda52eff0428c2a893f31631dc8446d (patch) | |
tree | 154f2f955bcf715c819830187bfd3950275e246e /audio | |
parent | 2cbc9162ded74029cb763d449f0a37c13226adfd (diff) | |
download | ports-d8110d1b0cda52eff0428c2a893f31631dc8446d.tar.gz ports-d8110d1b0cda52eff0428c2a893f31631dc8446d.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 80710c332e3f..ebfa906dc1c3 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -28,6 +28,9 @@ INSTALLS_ICONS= yes SHEBANG_FILES= yasmwrapper.sh INSTALL_TARGET= install-strip +BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand! +BROKEN_armv6= Fails to compile: error: invalid conversion between vector type and integer type + OPTIONS_DEFINE= PULSEAUDIO GUI VFS LASTFM ART SUPEREQ SID FFAP VTX \ HOTKEYS OGG FFMPEG FLAC SNDFILE WAVPACK CDDA GME DUMB NOTIFY \ MUSEPACK WILDMIDI TTA DCA AAC MMS SHN SHELLEXEC NLS M3U \ 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 \ |