1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Mark BROKEN on sparc64 (internal compiler error).

Bug reported to gcc bugzilla: Bug 23159.

Reported by:	Kris via pointyhat
This commit is contained in:
Thierry Thomas 2005-07-31 10:19:28 +00:00
parent dc642963b6
commit ba03f46017
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140534

View File

@ -34,6 +34,10 @@ DIRTCL= demoapp ngsolve ngtcltk
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "internal gcc error (Bug 23159)"
.endif
TK_VER?= 8.4
SHORT_TK_VER= ${TK_VER:S/.//}