diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 02:12:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 02:12:34 +0800 |
commit | 00ece86d4bf24fbcf37df3bceb48d0f12741f812 (patch) | |
tree | d9e387b1ac350ffecdfcc3c4c531f5245ba6986a /graphics | |
parent | a5aa80b9a7d24a3ace72166e6e0378863123b228 (diff) | |
download | freebsd-ports-gnome-00ece86d4bf24fbcf37df3bceb48d0f12741f812.tar.gz freebsd-ports-gnome-00ece86d4bf24fbcf37df3bceb48d0f12741f812.tar.zst freebsd-ports-gnome-00ece86d4bf24fbcf37df3bceb48d0f12741f812.zip |
- Remove deprecated PTHREAD_*
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |