diff options
author | kris <kris@FreeBSD.org> | 2007-03-04 02:33:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-03-04 02:33:34 +0800 |
commit | 6e2a509c2183db049c1faf64c0905cdf0683c047 (patch) | |
tree | 5eef1fc3d5e20430e2a02693b972662ab4cdcccd /audio | |
parent | 33fe07d3bfb18b44ded469f47e530874d6d2cb79 (diff) | |
download | freebsd-ports-gnome-6e2a509c2183db049c1faf64c0905cdf0683c047.tar.gz freebsd-ports-gnome-6e2a509c2183db049c1faf64c0905cdf0683c047.tar.zst freebsd-ports-gnome-6e2a509c2183db049c1faf64c0905cdf0683c047.zip |
Now appears to build on amd64
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 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:: |