diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-16 04:05:55 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-16 04:05:55 +0800 |
commit | c07c786d4d314aa1dd3326e48ee908290f44a5a5 (patch) | |
tree | b0c1103647647b175d3c114aa37abac3a7a8ecbb /graphics | |
parent | 2b5f55f10c42c4dd040e09c058cf6b880458dd68 (diff) | |
download | freebsd-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')
-rw-r--r-- | graphics/gdal/Makefile | 1 |
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 |