diff options
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 662d25c..d75aa01 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> |