aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2013-05-13 05:06:26 +0800
committerthierry <thierry@FreeBSD.org>2013-05-13 05:06:26 +0800
commit4b0070b3dfe039750b9548d8c3d1c94495a16c8c (patch)
tree96b408c2721359c40e3a647dcc09f61707d84e06 /cad
parent105277f15a0269d53ff84aa8494464ff0d7e5762 (diff)
downloadfreebsd-ports-gnome-4b0070b3dfe039750b9548d8c3d1c94495a16c8c.tar.gz
freebsd-ports-gnome-4b0070b3dfe039750b9548d8c3d1c94495a16c8c.tar.zst
freebsd-ports-gnome-4b0070b3dfe039750b9548d8c3d1c94495a16c8c.zip
xlocale.h is required: mark BROKEN on FreeBSD-8.x until I have a fix.
Reported by: stephen
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 \