Date: Mon, 24 Mar 2014 12:30:32 +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: r348955 - head/graphics/php-gdal Message-ID: <201403241230.s2OCUWuW075651@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 24 12:30:32 2014 New Revision: 348955 URL: http://svnweb.freebsd.org/changeset/ports/348955 QAT: https://qat.redports.org/buildarchive/r348955/ Log: - Simplify Makefile Modified: head/graphics/php-gdal/Makefile Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Mon Mar 24 12:30:28 2014 (r348954) +++ head/graphics/php-gdal/Makefile Mon Mar 24 12:30:32 2014 (r348955) @@ -19,10 +19,8 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/grap ALL_TARGET= php_gdal.so php_gdalconst.so php_ogr.so php_osr.so CFLAGS+= -I${LOCALBASE}/include -fPIC -LIBTOOLFILES= # empty MAKEFILE= GNUmakefile PHP_MOD_NAME= php_${PORTNAME} -USE_AUTOTOOLS= libtool USE_PHP= yes USE_PHP_BUILD= yes USES= gmake @@ -32,9 +30,6 @@ post-patch: @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|2.0|' ${WRKSRC}/../SWIGmake.base @${REINPLACE_CMD} -e 's|^CC=.*$$|CC=${CC}|; s|^CXX=.*$$|CXX=${CXX}|; s|^CFLAGS=.*$$|CFLAGS=${CFLAGS}|' ${WRKSRC}/${MAKEFILE} -do-configure: - @${DO_NADA} - # include/cpl_config.h will exist after build phase pre-build: ${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241230.s2OCUWuW075651>