diff options
-rw-r--r-- | devel/p5-Algorithm-Cluster/Makefile | 4 | ||||
-rw-r--r-- | lang/ici/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile index 29ac9a2aecb6..6108eb9ef2e9 100644 --- a/devel/p5-Algorithm-Cluster/Makefile +++ b/devel/p5-Algorithm-Cluster/Makefile @@ -29,8 +29,4 @@ post-patch: IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif -.if ${ARCH} == "amd64" -BROKEN= Does not build on amd64 (needs to build shared libraries with -fPIC) -.endif - .include <bsd.port.post.mk> diff --git a/lang/ici/Makefile b/lang/ici/Makefile index 161d9b2c1b3b..20073f494732 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -28,10 +28,6 @@ ICIDOCS= doc/ici.pdf .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= does not compile on amd64 -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ici ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libici4.a ${PREFIX}/lib |