Date: Sat, 7 Sep 2013 18:12:34 +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: r326673 - head/graphics/gdal Message-ID: <201309071812.r87ICYO8077090@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 18:12:34 2013 New Revision: 326673 URL: http://svnweb.freebsd.org/changeset/ports/326673 Log: - Remove deprecated PTHREAD_* Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Sep 7 18:03:49 2013 (r326672) +++ head/graphics/gdal/Makefile Sat Sep 7 18:12:34 2013 (r326673) @@ -19,11 +19,11 @@ OPTIONS_DEFINE= CFITSIO CURL ECW EXPAT G OPTIONS_DEFAULT=GEOTIFF GIF JASPER JPEG PNG TIFF PCRE_DESC= Regular expression support for SQLite -CFLAGS+= -fPIC ${PTHREAD_CFLAGS} +CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-libz=/usr --with-liblzma=yes --with-threads=yes GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE} -pthread MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_AUTOTOOLS= libtool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071812.r87ICYO8077090>