Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 20:30:18 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367079 - head/databases/postgis20
Message-ID:  <201409022030.s82KUI5M043149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409022030.s82KUI5M043149>