aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-05-12 21:06:26 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-05-12 21:06:26 +0000
commit6ef0d4f59c52dc3088a5f19c8a8cb6c9969f3a80 (patch)
tree96b408c2721359c40e3a647dcc09f61707d84e06 /cad
parent6f064a1d3a140cb947739b7ec5e16209161cbf72 (diff)
downloadports-6ef0d4f59c52dc3088a5f19c8a8cb6c9969f3a80.tar.gz
ports-6ef0d4f59c52dc3088a5f19c8a8cb6c9969f3a80.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/opencascade/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 0b97d72b835b..28b783c5de02 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -50,6 +50,10 @@ PLIST_SUB= OCCROOT="${LOCCROOT}"
.include <bsd.port.options.mk>
+.if ${OSVERSION} < 900506
+BROKEN= does not build on FreeBSD-8.x (xlocale.h required)
+.endif
+
.if ${PORT_OPTIONS:MTBB}
LIB_DEPENDS+= tbb:${PORTSDIR}/devel/tbb
CONFIGURE_ARGS+=--with-tbb-include=${LOCALBASE}/include \