Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 09:02:15 +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: r366978 - head/databases/postgis21
Message-ID:  <201409020902.s8292FRe007853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep  2 09:02:15 2014
New Revision: 366978
URL: http://svnweb.freebsd.org/changeset/ports/366978
QAT: https://qat.redports.org/buildarchive/r366978/

Log:
  Fix build by adding ICONV_CONFIGURE_BASE to CONFIGURE_ARGS
  
  Reported by:	mat

Modified:
  head/databases/postgis21/Makefile

Modified: head/databases/postgis21/Makefile
==============================================================================
--- head/databases/postgis21/Makefile	Tue Sep  2 08:17:59 2014	(r366977)
+++ head/databases/postgis21/Makefile	Tue Sep  2 09:02:15 2014	(r366978)
@@ -17,12 +17,12 @@ LIB_DEPENDS=	libproj.so:${PORTSDIR}/grap
 RUN_DEPENDS=	postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-server
 
 CONFLICTS=	postgis-1.* postgis-2.0.*
-LATEST_LINK=	postgis21
 
-USE_GNOME=	libxml2
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}
 USES=		gmake iconv:wchar_t perl5 pgsql pkgconfig libtool:keepla
+USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
 USE_PERL5=	build
 
 OPTIONS_DEFINE=		LOADERGUI RASTER TOPOLOGY SFCGAL



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