diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-09-28 00:00:29 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-09-28 00:00:29 +0000 |
commit | 7a3947093e85706c5aaba43ac5ebe9ea8f8d300d (patch) | |
tree | 2a177b4a6d0746e94d228195e2579a2b92ea6cde /cad/brlcad | |
parent | c570926974b79a301304600a57c9c505b968c78e (diff) | |
download | ports-7a3947093e85706c5aaba43ac5ebe9ea8f8d300d.tar.gz ports-7a3947093e85706c5aaba43ac5ebe9ea8f8d300d.zip |
Notes
Diffstat (limited to 'cad/brlcad')
-rw-r--r-- | cad/brlcad/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 0144839421f2..b5af3c60220c 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -24,6 +24,8 @@ USE_XORG= x11 xt xi xproto xext inputproto USE_GMAKE= yes USE_TK= 85 +BROKEN= Does not compile + PREFIX?= ${LOCALBASE}/${PORTNAME} GNU_CONFIGURE= yes NO_MTREE= yes @@ -113,6 +115,10 @@ OPTIONS= OPTIMIZATION "Build with optimizations" on .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800032 +BROKEN= Does not compile +.endif + EXTRA_LIBS= ${PTHREAD_LIBS} .ifdef WITH_OPTIMIZATION |