summaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-10 04:57:43 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-10 04:57:43 +0000
commit98b5b02a7284fb2a1cd190e165f5ed55d7599e18 (patch)
tree529ed04b34d498c90687dc9150b6edf768a58edf /graphics/gdal
parentChase GDAL shared library version update. (diff)
Mark broken on 4.x due to C++-related build failure.
Notes
Notes: svn path=/head/; revision=150772
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 42c02cf07110..65b4c2fbac1f 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>