svn commit: r326673 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 18:12:34 UTC 2013


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


More information about the svn-ports-all mailing list