aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-07 08:57:27 +0800
committeredwin <edwin@FreeBSD.org>2006-01-07 08:57:27 +0800
commitb2c306fce59bf52793f9717e19cc5681a38f6afb (patch)
treea4dd37ebb869471fc36135c3f3b92c663ea1a958
parente30ac952f5bffc8627c91d45a6301fa047cadcc0 (diff)
downloadfreebsd-ports-gnome-b2c306fce59bf52793f9717e19cc5681a38f6afb.tar.gz
freebsd-ports-gnome-b2c306fce59bf52793f9717e19cc5681a38f6afb.tar.zst
freebsd-ports-gnome-b2c306fce59bf52793f9717e19cc5681a38f6afb.zip
Update port: graphics/pixie mark broken on sparc64 6
Mark BROKEN on sparc64 6. Reason: Internal gcc error. PR: ports/91416 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
-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'