diff options
Diffstat (limited to 'multimedia/aegisub')
-rw-r--r-- | multimedia/aegisub/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index 7a5a9b00b64b..9a00941ebe5a 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -15,8 +15,10 @@ COMMENT= Cross-platform subtitle editor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE -NOT_FOR_ARCHS= powerpc64 +BROKEN_aarch64= Fails to compile: no support for this architecture (yet) +NOT_FOR_ARCHS= powerpc64 powerpc64le NOT_FOR_ARCHS_REASON_powerpc64= No support for PowerPC 64 bit mode +NOT_FOR_ARCHS_REASON_powerpc64le= No support for PowerPC 64 bit mode LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ @@ -67,8 +69,6 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF=\ --without-libpulse -BROKEN_aarch64= Fails to compile: no support for this architecture (yet) - # src/audio_display.o: undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0' .if empty(CFLAGS:M-march=*) CFLAGS+= ${CFLAGS_${ARCH}_${CHOSEN_COMPILER_TYPE}} |