diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
commit | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch) | |
tree | a9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /graphics/pixie | |
parent | 7425e4811081e6fca4c3c40a7b86ab317b0f0425 (diff) | |
download | ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.tar.gz ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.zip |
Notes
Diffstat (limited to 'graphics/pixie')
-rw-r--r-- | graphics/pixie/Makefile | 4 |
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' |