diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 05:43:50 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 05:43:50 +0800 |
commit | 2d2075ff342b696c9c1a1c8fe08f203b445b2e6e (patch) | |
tree | bbcc852a893e10c740b33548adbbd8bbf5310fc4 /graphics | |
parent | ec7608e820ac2da95e42c6adf8d49a15bc82e000 (diff) | |
download | freebsd-ports-gnome-2d2075ff342b696c9c1a1c8fe08f203b445b2e6e.tar.gz freebsd-ports-gnome-2d2075ff342b696c9c1a1c8fe08f203b445b2e6e.tar.zst freebsd-ports-gnome-2d2075ff342b696c9c1a1c8fe08f203b445b2e6e.zip |
BROKEN: Does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg-devel/Makefile | 6 | ||||
-rw-r--r-- | graphics/osg/Makefile | 6 |
2 files changed, 4 insertions, 8 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|" 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|" |