From f2084d1b29e9a96cd5b238a79edd8f5bcbbf66c4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 7 Mar 2004 13:00:02 +0000 Subject: BROKEN on amd64 and ia64: Does not compile (missing -fPIC) --- biology/p5-AcePerl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'biology/p5-AcePerl/Makefile') diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile index dd13799ea239..cad007ade744 100644 --- a/biology/p5-AcePerl/Makefile +++ b/biology/p5-AcePerl/Makefile @@ -40,8 +40,14 @@ MAN3= Ace.3 Ace::Browser::AceSubs.3 Ace::Browser::SearchSubs.3 \ Ace::Sequence::Homol.3 Ace::Sequence::Multi.3 \ Ace::Sequence::Transcript.3 +.include + +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)" +.endif + post-patch: @ ${SED} -e 's|XX__CC__XX|${CC}|' < ${FILESDIR}/FREEBSD_DEF \ > ${WRKSRC}/ace/wmake/FREEBSD_DEF -.include +.include -- cgit v1.2.3