aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gdal
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-04-16 04:05:55 +0800
committertijl <tijl@FreeBSD.org>2015-04-16 04:05:55 +0800
commitc07c786d4d314aa1dd3326e48ee908290f44a5a5 (patch)
treeb0c1103647647b175d3c114aa37abac3a7a8ecbb /graphics/gdal
parent2b5f55f10c42c4dd040e09c058cf6b880458dd68 (diff)
downloadfreebsd-ports-gnome-c07c786d4d314aa1dd3326e48ee908290f44a5a5.tar.gz
freebsd-ports-gnome-c07c786d4d314aa1dd3326e48ee908290f44a5a5.tar.zst
freebsd-ports-gnome-c07c786d4d314aa1dd3326e48ee908290f44a5a5.zip
Fix ICONV option after r384038
Reported by: glebius
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index d648490d3d88..3ac15ec1a268 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -42,6 +42,7 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \
--with-threads=yes \
--without-libtool
GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE} -lpthread
MAKE_JOBS_UNSAFE= yes
MAKEFILE= GNUmakefile