diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 15:11:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 15:11:45 +0800 |
commit | aa9cf52a9e5015747660112139766023649a8d0e (patch) | |
tree | a23f455b31873bcb7ddfd01f8720a6f8a2c667bd /graphics | |
parent | f840a5601b6f2d72f44fc18c9956e1b44a671917 (diff) | |
download | freebsd-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/Makefile | 4 |
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 ; \ |