diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-10-04 21:06:54 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-10-04 21:06:54 +0800 |
commit | 7ecd21745fd82a1f0c9a612974f261b0e2cdd103 (patch) | |
tree | 86c173aa8f3b19b259b79b3f4f9a9e2fe6ad2719 /graphics | |
parent | 3d47e13d4178d880fbeb76123f9d85e0f41523e2 (diff) | |
download | freebsd-ports-gnome-7ecd21745fd82a1f0c9a612974f261b0e2cdd103.tar.gz freebsd-ports-gnome-7ecd21745fd82a1f0c9a612974f261b0e2cdd103.tar.zst freebsd-ports-gnome-7ecd21745fd82a1f0c9a612974f261b0e2cdd103.zip |
- Add explicit iconv LDFALGS
Reported by: marino
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index c4dd30e571e9..cc1dd80abb28 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -61,6 +61,7 @@ HDF5_LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 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 |