diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-20 21:19:55 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-20 21:19:55 +0800 |
commit | 74ced12fcb61908e1c0156ffed2fd0fe65b0872b (patch) | |
tree | b95d8294644c123ea01e7853d181669c8c68906b /graphics | |
parent | bed4c3f8005ce8b9a2610aab814dea01c43d8370 (diff) | |
download | freebsd-ports-gnome-74ced12fcb61908e1c0156ffed2fd0fe65b0872b.tar.gz freebsd-ports-gnome-74ced12fcb61908e1c0156ffed2fd0fe65b0872b.tar.zst freebsd-ports-gnome-74ced12fcb61908e1c0156ffed2fd0fe65b0872b.zip |
GDAL now builds on 4.x by disabling pcraster support.
Thanks to: Frank Warmerdam, Benjamin Thelen, Paul Warriner
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 65b4c2fbac1f..39331a501e31 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -49,7 +49,7 @@ post-patch: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "C++ code does not compile on 4.x" +CONFIGURE_ARGS+=--without-pcraster .endif .include <bsd.port.post.mk> |