aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixie
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-18 04:08:47 +0800
committerkris <kris@FreeBSD.org>2006-09-18 04:08:47 +0800
commit609dfaac82501bbb57c6c75021491b0e756ca6c2 (patch)
tree9d0b3b6f089eabc6e3f60178c744cd30eedc319a /graphics/pixie
parent009046baeb748854bdd6fd4a619dc8da954a30ec (diff)
downloadfreebsd-ports-graphics-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.gz
freebsd-ports-graphics-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.zst
freebsd-ports-graphics-609dfaac82501bbb57c6c75021491b0e756ca6c2.zip
Now builds on sparc64
Diffstat (limited to 'graphics/pixie')
-rw-r--r--graphics/pixie/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 993d9bdbfba..e0756b11924 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'