aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
Diffstat (limited to 'biology')
-rw-r--r--biology/p5-AcePerl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile
index e73b9394e244..c06ebfedd484 100644
--- a/biology/p5-AcePerl/Makefile
+++ b/biology/p5-AcePerl/Makefile
@@ -53,6 +53,10 @@ IGNORE= requires Perl 5.6.0
CFLAGS+= -fPIC
.endif
+.if ${ARCH} == "amd64" && ${OSVERSION} < 600000
+BROKEN= does not compile, GCC bug
+.endif
+
post-patch:
@ ${SED} -e 's|XX__CC__XX|${CC}|' < ${FILESDIR}/FREEBSD_DEF \
> ${WRKSRC}/acelib/wmake/FREEBSD_DEF