aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-04 04:13:30 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-04 04:13:30 +0000
commit146e6417d00f089bac66a9accf3b986105e5bb08 (patch)
treec4334a98f8dde51dfd470e42df0fceac26eeb6ba /biology
parente100b70d5e2484909dc52fda87e4c798f1e73ec2 (diff)
- Mark broken on amd64 < 6. We got following
cc -O -pipe -fPIC -g -Wall -DACEDB4 -I. -I./wh -DFREEBSD -c -O -pipe -fPIC -g -Wall -DACEDB4 -c arraysub.c arraysub.c: In function `stackused': arraysub.c:54: error: unrecognizable insn: (insn 44 22 24 2 arraysub.c:53 (set (reg:SI 1 dx [66]) (subreg:SI (plus:DI (subreg:DI (reg:SI 7 sp) 0) (const_int -1 [0xffffffffffffffff])) 0)) -1 (nil) (nil)) arraysub.c:54: internal compiler error: in extract_insn, at recog.c:2083 Reported by: pointyhat via kris Approved by: Philip M. Gollucci (maintainer)
Notes
Notes: svn path=/head/; revision=178800
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