diff options
author | kris <kris@FreeBSD.org> | 2006-09-18 04:08:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-18 04:08:47 +0800 |
commit | 609dfaac82501bbb57c6c75021491b0e756ca6c2 (patch) | |
tree | 9d0b3b6f089eabc6e3f60178c744cd30eedc319a /graphics | |
parent | 009046baeb748854bdd6fd4a619dc8da954a30ec (diff) | |
download | freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.gz freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.zst freebsd-ports-gnome-609dfaac82501bbb57c6c75021491b0e756ca6c2.zip |
Now builds on sparc64
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dore/Makefile | 4 | ||||
-rw-r--r-- | graphics/pixie/Makefile | 4 | ||||
-rw-r--r-- | graphics/xaos/Makefile | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile index f688046ac39d..8e123891e9b5 100644 --- a/graphics/dore/Makefile +++ b/graphics/dore/Makefile @@ -26,10 +26,6 @@ NOPRECIOUSMAKEVARS= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-extract: @${MKDIR} ${WRKSRC}/lib 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' diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 13827e0496da..8051cf746b55 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -68,10 +68,6 @@ CONFIGURE_ARGS+= --with-pthread=no CFLAGS+= -DNOREGISTERS .endif -.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on FreeBSD >=5.x on !i386 and !amd64" -.endif - post-install: ${STRIP_CMD} ${PREFIX}/bin/xaos |