aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 15:11:45 +0800
committerkris <kris@FreeBSD.org>2004-02-22 15:11:45 +0800
commitaa9cf52a9e5015747660112139766023649a8d0e (patch)
treea23f455b31873bcb7ddfd01f8720a6f8a2c667bd /graphics
parentf840a5601b6f2d72f44fc18c9956e1b44a671917 (diff)
downloadfreebsd-ports-graphics-aa9cf52a9e5015747660112139766023649a8d0e.tar.gz
freebsd-ports-graphics-aa9cf52a9e5015747660112139766023649a8d0e.tar.zst
freebsd-ports-graphics-aa9cf52a9e5015747660112139766023649a8d0e.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r--graphics/inventor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile
index 14e2a28d595..51beb5cfae0 100644
--- a/graphics/inventor/Makefile
+++ b/graphics/inventor/Makefile
@@ -149,6 +149,10 @@ MAN3= SoAction.3iv SoCallbackAction.3iv SoGLRenderAction.3iv \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ;\
s|%%CXX%%|${CXX}|g ; \