aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixie/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pixie/Makefile')
-rw-r--r--graphics/pixie/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 993d9bdbfba7..e0756b11924f 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -44,10 +44,6 @@ 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'