diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-03 04:30:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-03 04:30:18 +0800 |
commit | ac09cc2bb5de7300ef93463497a70c4dd383137e (patch) | |
tree | f01890c2a5320dff898d85f550b8f173a9a28a5c /databases | |
parent | a45b1de5471b910d1aae90c20ab7815a212909de (diff) | |
download | freebsd-ports-gnome-ac09cc2bb5de7300ef93463497a70c4dd383137e.tar.gz freebsd-ports-gnome-ac09cc2bb5de7300ef93463497a70c4dd383137e.tar.zst freebsd-ports-gnome-ac09cc2bb5de7300ef93463497a70c4dd383137e.zip |
Fix build by adding ICONV_CONFIGURE_BASE to CONFIGURE_ARGS
Reported by: antoine
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index 479f55ff9dd0..77d734ed53a4 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -24,8 +24,9 @@ LOADERGUI_DESC= Enable shp2pgsql-gui RASTER_DESC= Build raster support TOPOLOGY_DESC= Build topology support -CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes +CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= libxml2 USE_LDCONFIG= yes |