diff options
-rw-r--r-- | www/osb-nrcore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/osb-nrcore/Makefile b/www/osb-nrcore/Makefile index d5ee90231e48..95b9f6215cd2 100644 --- a/www/osb-nrcore/Makefile +++ b/www/osb-nrcore/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -DNDEBUG" \ .include <bsd.port.pre.mk> -.if ${ARCH}=="alpha" -BROKEN= Does not compile on ${ARCH} +.if ${ARCH}=="alpha" || ${OSVERSION} < 500000 +BROKEN= Does not compile .endif post-patch: |