diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rat/Makefile | 4 | ||||
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 396012c8447..9012571f6fa 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -41,10 +41,6 @@ ENABLE_IPv6= --enable-ipv6 EXTRA_PATCHES= ${FILESDIR}/timet.patch .endif -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-patch: ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/common/configure.in \ ${WRKSRC}/rat/configure.in diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index 503eaf97041..791a4ea28aa 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -34,8 +34,8 @@ WRKSRC= ${WRKDIR}/spiralmodular-0.2.2 .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= Does not compile on amd64 or ia64 +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 .endif pre-everything:: |