diff options
author | kris <kris@FreeBSD.org> | 2004-12-11 21:43:50 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-11 21:43:50 +0000 |
commit | d369b6f0bbdff78c8e20ffdf7de63ffdf1b8cf0c (patch) | |
tree | 07f6299336edbbdf283117f798ea19727a98b4d8 /graphics/osg | |
parent | a9ea048e58b601683af0bb607116f2601a96671c (diff) | |
download | FreeBSD-ports-d369b6f0bbdff78c8e20ffdf7de63ffdf1b8cf0c.zip FreeBSD-ports-d369b6f0bbdff78c8e20ffdf7de63ffdf1b8cf0c.tar.gz |
BROKEN: Does not compile
Diffstat (limited to 'graphics/osg')
-rw-r--r-- | graphics/osg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index f6913d7..8d97709 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|" |