diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-10 04:57:43 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-10 04:57:43 +0000 |
commit | afc58e549e2d76bd010108e48558ff9a5081e9f3 (patch) | |
tree | 48dcfbce10655d0f2ae372883b6906d9b5dab6a7 /graphics | |
parent | 899dd95e7e09b7e02932d0a863515f10d6587a17 (diff) | |
download | FreeBSD-ports-afc58e549e2d76bd010108e48558ff9a5081e9f3.zip FreeBSD-ports-afc58e549e2d76bd010108e48558ff9a5081e9f3.tar.gz |
Mark broken on 4.x due to C++-related build failure.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 42c02cf..65b4c2f 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -46,4 +46,10 @@ MAN1= gdal-config.1 gdal_utilities.1 gdalwarp.1 ogrtindex.1 \ post-patch: @${REINPLACE_CMD} -e 's|6LIBZ|6|;;s|lgif|lungif|' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "C++ code does not compile on 4.x" +.endif + +.include <bsd.port.post.mk> |