diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index a5f64458fa1..cc4ddea5875 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -162,10 +162,7 @@ OPTIONS= OPTIMIZATION "Try building with optimizations" on EXTRA_LIBS= ${PTHREAD_LIBS} -# we only run on i386 and amd64 release 5+ -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD-${OSREL} -.elif !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64) +.if !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64) IGNORE= dumps core on ${ARCH} .endif |