summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/deadbeef/Makefile3
-rw-r--r--audio/xmms2/Makefile2
-rw-r--r--emulators/advancemame/Makefile2
-rw-r--r--graphics/libcaca/Makefile2
4 files changed, 9 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 \
diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile
index 10d2ab109841..e062637ce70d 100644
--- a/emulators/advancemame/Makefile
+++ b/emulators/advancemame/Makefile
@@ -28,6 +28,8 @@ DATADIR= ${PREFIX}/share/advance
PORTDOCS= *
+BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand!
+
OPTIONS_DEFINE= DOCS FREETYPE SLANG
OPTIONS_DEFINE_i386= ASM
OPTIONS_DEFAULT= FREETYPE
diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile
index 9be199b0dc4b..09971e760f56 100644
--- a/graphics/libcaca/Makefile
+++ b/graphics/libcaca/Makefile
@@ -27,6 +27,8 @@ INSTALL_TARGET= install-strip
DOCS= AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \
NOTES README THANKS
+BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand!
+
OPTIONS_DEFINE= X11 IMLIB2 FTGL SLANG DOCS
OPTIONS_DEFAULT= X11 IMLIB2
X11_DESC= X11 and OpenGL support