aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-11 21:43:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-11 21:43:50 +0000
commit2d2075ff342b696c9c1a1c8fe08f203b445b2e6e (patch)
treebbcc852a893e10c740b33548adbbd8bbf5310fc4 /graphics/osg
parentec7608e820ac2da95e42c6adf8d49a15bc82e000 (diff)
downloadports-2d2075ff342b696c9c1a1c8fe08f203b445b2e6e.tar.gz
ports-2d2075ff342b696c9c1a1c8fe08f203b445b2e6e.zip
Notes
Diffstat (limited to 'graphics/osg')
-rw-r--r--graphics/osg/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index f6913d7e163d..8d9770981b0a 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -26,6 +26,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2 \
xml2.5:${PORTSDIR}/textproc/libxml2
+BROKEN= "Does not compile"
+
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_MESA= yes
@@ -41,10 +43,6 @@ ALL_TARGET= opt
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
- BROKEN= "Does not compile (bad C++ code)"
-.endif
-
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-e "s|malloc\.h|stdlib.h|"