From 5d7e4d9ac285d685b7d9c30d6dcd8786b3ba4e38 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 15 Mar 2004 12:01:18 +0000 Subject: BROKEN on amd64: Does not compile (shared libraries need to be compiled with -fPIC) --- graphics/IPA/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/IPA') 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 + +.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 +.include -- cgit v1.2.3