aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-15 20:05:55 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-15 20:05:55 +0000
commit750f8da1686a5cd661bb55602a324cfceff2627c (patch)
treeb0c1103647647b175d3c114aa37abac3a7a8ecbb /graphics/gdal/Makefile
parente3dd0ea711978061f31458f3656be5f25ff432c0 (diff)
downloadports-750f8da1686a5cd661bb55602a324cfceff2627c.tar.gz
ports-750f8da1686a5cd661bb55602a324cfceff2627c.zip
Fix ICONV option after r384038
Reported by: glebius
Notes
Notes: svn path=/head/; revision=384070
Diffstat (limited to 'graphics/gdal/Makefile')
-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