Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 13:06:54 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329304 - head/graphics/gdal
Message-ID:  <201310041306.r94D6sFX054245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Oct  4 13:06:54 2013
New Revision: 329304
URL: http://svnweb.freebsd.org/changeset/ports/329304

Log:
  - Add explicit iconv LDFALGS
  
  Reported by:	marino
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Fri Oct  4 12:54:30 2013	(r329303)
+++ head/graphics/gdal/Makefile	Fri Oct  4 13:06:54 2013	(r329304)
@@ -61,6 +61,7 @@ HDF5_LIB_DEPENDS=	libhdf5.so.7:${PORTSDI
 ICONV_CONFIGURE_OFF=	--with-libiconv-prefix=no
 ICONV_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG}
 ICONV_USES=		iconv
+ICONV_LDFLAGS=         -L${LOCALBASE}/lib ${ICONV_LIB}
 JASPER_CONFIGURE_OFF=	--with-jasper=no
 JASPER_CONFIGURE_ON=	--with-jasper=${LOCALBASE}
 JASPER_LIB_DEPENDS=	libjasper.so:${PORTSDIR}/graphics/jasper



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