diff options
author | kris <kris@FreeBSD.org> | 2003-08-07 17:51:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-07 17:51:43 +0800 |
commit | bccaacf8f058972566f885acb3f59d930cc67aa5 (patch) | |
tree | 1f25f52886ae5af276497d9e702a7a8ac786a85a /graphics | |
parent | 1f4e092d013f714ce8665f96b80cc4e679d69a86 (diff) | |
download | freebsd-ports-graphics-bccaacf8f058972566f885acb3f59d930cc67aa5.tar.gz freebsd-ports-graphics-bccaacf8f058972566f885acb3f59d930cc67aa5.tar.zst freebsd-ports-graphics-bccaacf8f058972566f885acb3f59d930cc67aa5.zip |
BROKEN: does not compile
Diffstat (limited to 'graphics')
-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> |