aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixie
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 00:57:27 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-07 00:57:27 +0000
commitfab12490bc60993592b48dda11338faaa0aea684 (patch)
tree31794c3769e50d72800efcfe58e4c70103edc698 /graphics/pixie
parent675553e6c8471a1ad45a2eb83a63e12722d2fd4a (diff)
Notes
Diffstat (limited to 'graphics/pixie')
-rw-r--r--graphics/pixie/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index dcc0f7aba726..fdc4971e68d9 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -44,6 +44,10 @@ SUB_LIST+= PORTNAME=${PORTNAME}
NOT_FOR_ARCHS= alpha
.endif
+.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64"
+BROKEN= "doesn't compile because of internal gcc failure"
+.endif
+
post-patch:
@${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \
${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g'