svn commit: r388963 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 9 18:29:40 UTC 2015


Author: sunpoet
Date: Tue Jun  9 18:29:39 2015
New Revision: 388963
URL: https://svnweb.freebsd.org/changeset/ports/388963

Log:
  - Remove LDFLAGS
  - Move CPPFLAGS to ICONV_CPPFLAGS

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Tue Jun  9 18:29:34 2015	(r388962)
+++ head/graphics/gdal/Makefile	Tue Jun  9 18:29:39 2015	(r388963)
@@ -43,8 +43,6 @@ CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--with-threads=yes \
 		--without-libtool
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE} -lpthread
 MAKE_JOBS_UNSAFE=	yes
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes
@@ -84,6 +82,7 @@ HDF5_CONFIGURE_ON=	--with-hdf5=${LOCALBA
 HDF5_LIB_DEPENDS=	libhdf5.so:${PORTSDIR}/science/hdf5
 ICONV_CONFIGURE_OFF=	--with-libiconv-prefix=no
 ICONV_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG}
+ICONV_CPPFLAGS=		-I${LOCALBASE}/include
 ICONV_LDFLAGS=		-L${ICONV_PREFIX}/lib ${ICONV_LIB}
 ICONV_USES=		iconv
 JASPER_CONFIGURE_OFF=	--with-jasper=no


More information about the svn-ports-head mailing list