diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:43:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-11 21:43:50 +0000 |
commit | 2d2075ff342b696c9c1a1c8fe08f203b445b2e6e (patch) | |
tree | bbcc852a893e10c740b33548adbbd8bbf5310fc4 /graphics/osg-devel | |
parent | ec7608e820ac2da95e42c6adf8d49a15bc82e000 (diff) | |
download | ports-2d2075ff342b696c9c1a1c8fe08f203b445b2e6e.tar.gz ports-2d2075ff342b696c9c1a1c8fe08f203b445b2e6e.zip |
Notes
Diffstat (limited to 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index f6913d7e163d..8d9770981b0a 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/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|" |