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/xaos | |
parent | 009046baeb748854bdd6fd4a619dc8da954a30ec (diff) | |
download | freebsd-ports-graphics-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.gz freebsd-ports-graphics-609dfaac82501bbb57c6c75021491b0e756ca6c2.tar.zst freebsd-ports-graphics-609dfaac82501bbb57c6c75021491b0e756ca6c2.zip |
Now builds on sparc64
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 13827e0496d..8051cf746b5 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 |