From d369b6f0bbdff78c8e20ffdf7de63ffdf1b8cf0c Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 11 Dec 2004 21:43:50 +0000 Subject: BROKEN: Does not compile --- graphics/osg/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics/osg') 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 -.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|" -- cgit v1.1