1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

GDAL now builds on 4.x by disabling pcraster support.

Thanks to:	Frank Warmerdam, Benjamin Thelen, Paul Warriner
This commit is contained in:
Sam Lawrance 2005-12-20 13:19:55 +00:00
parent 269884ee1b
commit c6f4b6c188
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151631

View File

@ -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>