diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 12:01:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 12:01:18 +0000 |
commit | 5d7e4d9ac285d685b7d9c30d6dcd8786b3ba4e38 (patch) | |
tree | 09fbd04510e41ffb9656721cf6f19d1bb3a36f7e /graphics/IPA | |
parent | a4aa7ad65a8331db10c7d22857449d1681aaa9f0 (diff) | |
download | ports-5d7e4d9ac285d685b7d9c30d6dcd8786b3ba4e38.tar.gz ports-5d7e4d9ac285d685b7d9c30d6dcd8786b3ba4e38.zip |
Notes
Diffstat (limited to 'graphics/IPA')
-rw-r--r-- | graphics/IPA/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index 662d25ce6dc5..d75aa0133f10 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -19,7 +19,13 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64 (shared libraries need to be compiled with -fPIC)" +.endif + do-configure: @(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |