diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-13 15:52:17 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-13 15:52:17 +0000 |
commit | 43b3e4bf2ce305a82be392e891785734c8e5802e (patch) | |
tree | cb499485cb10a384d3609951a38a9182b0b1d300 /graphics/gdal | |
parent | 2de70bd15024f37fe6ef0138eac76651c93168bb (diff) | |
download | ports-43b3e4bf2ce305a82be392e891785734c8e5802e.tar.gz ports-43b3e4bf2ce305a82be392e891785734c8e5802e.zip |
Notes
Diffstat (limited to 'graphics/gdal')
-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 70cb33ade57b..405a2d36993b 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -30,7 +30,7 @@ OPTIONS_RADIO_PDF= PODOFO POPPLER PCRE_DESC= Regular expression support for SQLite SPATIALITE_DESC=SpatiaLite support -CFLAGS+= -fPIC +CFLAGS+= -fPIC -flax-vector-conversions CONFIGURE_ARGS= --datadir=${DATADIR} \ --enable-static=yes \ --with-geotiff=${LOCALBASE} \ |