diff options
-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 |