diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-08 01:23:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-08 01:23:44 +0000 |
commit | 5e0b336b8d216cd8be9525ed1ea2814177ae4b3a (patch) | |
tree | 70685116d48ceedb7d14b3a17356d1e704bf1dd3 /www/osb-browser | |
parent | ced3cd1cf06bd674bb0e1c2342053eea1dfd37cd (diff) |
Mark broken on sparc64
Pointed out by: pointy hat via kris
Notes
Notes:
svn path=/head/; revision=123425
Diffstat (limited to 'www/osb-browser')
-rw-r--r-- | www/osb-browser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/osb-browser/Makefile b/www/osb-browser/Makefile index e5956fc8d16f..e922e70d61e4 100644 --- a/www/osb-browser/Makefile +++ b/www/osb-browser/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || ${ARCH}=="sparc64" BROKEN= Does not compile .endif |