diff options
-rw-r--r-- | audio/rat/Makefile | 4 | ||||
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 4 | ||||
-rw-r--r-- | emulators/basiliskII/Makefile | 4 | ||||
-rw-r--r-- | mbone/rat/Makefile | 4 | ||||
-rw-r--r-- | security/medusa/Makefile | 2 |
5 files changed, 2 insertions, 16 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index 396012c8447e..9012571f6faf 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 503eaf97041d..791a4ea28aa1 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:: diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index 1d1b2b66f594..4b9eba904253 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -35,10 +35,6 @@ MAN1= BasiliskII.1 CFLAGS+= -fpermissive .endif -.if ${ARCH} == amd64 -BROKEN= does not compile on AMD64 architectures -.endif - post-install: @${CAT} ${PKGMESSAGE} diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 396012c8447e..9012571f6faf 100644 --- a/mbone/rat/Makefile +++ b/mbone/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/security/medusa/Makefile b/security/medusa/Makefile index ded23ba1cd17..e00276b74fe0 100644 --- a/security/medusa/Makefile +++ b/security/medusa/Makefile @@ -28,8 +28,6 @@ MAN1= medusa.1 .if ${ARCH} == "ia64" BROKEN= Does not build on ia64 -.elif ${ARCH} == "amd64" -BROKEN= Does not build on amd64 .endif .if ${OSVERSION} < 500000 |