diff options
-rw-r--r-- | multimedia/avidemux/Makefile.common | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/avidemux/Makefile.common b/multimedia/avidemux/Makefile.common index 4e329f8415d5..75b96752e55b 100644 --- a/multimedia/avidemux/Makefile.common +++ b/multimedia/avidemux/Makefile.common @@ -71,7 +71,7 @@ PLIST_SUB+= NLS="@comment " QT_NLS="@comment " # for libexecinfo: (so that __builtin_frame_address() finds the top # of the stack) -.if ${ARCH} == "amd64" +.if ${ARCH} == amd64 CFLAGS+= -fno-omit-frame-pointer #MAKE_ENV+= ARCH=x86_64 #CONFIGURE_ENV+= ARCH=x86_64 @@ -271,8 +271,10 @@ LDFLAGS+= -lc++ USE_GCC= yes #.endif -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 +.if ${ARCH} == aarch64 +BROKEN= cmake/admDetermineSystem.cmake:78: CPU not supported +.elif ${ARCH} == powerpc || ${ARCH} == sparc64 +BROKEN= Does not compile on powerpc or sparc64 .endif post-patch: |