svn commit: r329304 - head/graphics/gdal
Guido Falsi
madpilot at FreeBSD.org
Fri Oct 4 13:06:54 UTC 2013
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
More information about the svn-ports-all
mailing list