diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-10 10:39:04 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-10 10:39:04 +0000 |
commit | 59fddd4891bc582ad11482c098d209a9f5eb159f (patch) | |
tree | 2eba5d4bf3745cd9a9fbc77adb098bd8f7702926 /www/osb-nrcore | |
parent | 04fd9c939c55798541b007d2e12d7734b673f25c (diff) | |
download | ports-59fddd4891bc582ad11482c098d209a9f5eb159f.tar.gz ports-59fddd4891bc582ad11482c098d209a9f5eb159f.zip |
Notes
Diffstat (limited to 'www/osb-nrcore')
-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: |