Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 18:29:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388963 - head/graphics/gdal
Message-ID:  <201506091829.t59ITdRq037170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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