diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:16:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:16:21 +0000 |
commit | 1c5aa15f9dbe095d599002a369e0f9057127806d (patch) | |
tree | 2ecf28ae34b13c07612b8e197e3820910c65cda6 | |
parent | - Update to 1.4.4 (diff) |
Broken on sparc64-7, too.
Notes
Notes:
svn path=/head/; revision=227489
-rw-r--r-- | archivers/xmill/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index b072ae4d2725..bbcbe7ba1851 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -27,7 +27,7 @@ PORTEXAMPLES= * .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" && ${OSVERSION} >= 700043 +.if ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) && ${OSVERSION} >= 700043 BROKEN= does not compile .endif |