diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2013-05-12 21:06:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2013-05-12 21:06:26 +0000 |
commit | 6ef0d4f59c52dc3088a5f19c8a8cb6c9969f3a80 (patch) | |
tree | 96b408c2721359c40e3a647dcc09f61707d84e06 /cad/opencascade | |
parent | 6f064a1d3a140cb947739b7ec5e16209161cbf72 (diff) |
Notes
Diffstat (limited to 'cad/opencascade')
-rw-r--r-- | cad/opencascade/Makefile | 4 |
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 \ |