diff options
Diffstat (limited to 'graphics/imlib3d/Makefile')
-rw-r--r-- | graphics/imlib3d/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/imlib3d/Makefile b/graphics/imlib3d/Makefile index ee0aa053286..6a547617e6a 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 <bsd.port.pre.mk> - -.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|<xmlversion.h>|<libxml/xmlversion.h>|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |