From 00ece86d4bf24fbcf37df3bceb48d0f12741f812 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 7 Sep 2013 18:12:34 +0000 Subject: - Remove deprecated PTHREAD_* --- graphics/gdal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 84bf9e497f1c..8e3d65a6d28a 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -19,11 +19,11 @@ OPTIONS_DEFINE= CFITSIO CURL ECW EXPAT GEOS GEOTIFF GIF GTA HDF5 ICONV JASPER \ 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 -- cgit