From 80b76371e4087d13447f0c4b27c48d9190aa98cd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 7 Aug 2003 09:51:43 +0000 Subject: [PATCH] BROKEN: does not compile --- graphics/imlib3d/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/graphics/imlib3d/Makefile b/graphics/imlib3d/Makefile index ee0aa0532866..6a547617e6a1 100644 --- a/graphics/imlib3d/Makefile +++ b/graphics/imlib3d/Makefile @@ -32,15 +32,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --enable-optimize INSTALLS_SHLIB= yes -.include - -.if ${OSVERSION} < 500000 -BROKEN= "does not build with GCC 2.x" -.endif +BROKEN= "does not build" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|OPTIMIZE_FLAGS=.*$$|OPTIMIZE_FLAGS=|g ; \ s|||g' ${WRKSRC}/configure -.include +.include