svn commit: r367079 - head/databases/postgis20
Tijl Coosemans
tijl at FreeBSD.org
Tue Sep 2 20:30:18 UTC 2014
Author: tijl
Date: Tue Sep 2 20:30:18 2014
New Revision: 367079
URL: http://svnweb.freebsd.org/changeset/ports/367079
QAT: https://qat.redports.org/buildarchive/r367079/
Log:
Fix build by adding ICONV_CONFIGURE_BASE to CONFIGURE_ARGS
Reported by: antoine
Modified:
head/databases/postgis20/Makefile
Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile Tue Sep 2 20:28:55 2014 (r367078)
+++ head/databases/postgis20/Makefile Tue Sep 2 20:30:18 2014 (r367079)
@@ -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
More information about the svn-ports-all
mailing list