diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 18:12:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 18:12:34 +0000 |
commit | c9708bd43b18c67bc941b8f1563c536713ab6cbc (patch) | |
tree | d9e387b1ac350ffecdfcc3c4c531f5245ba6986a /graphics/gdal | |
parent | 29953f517e9a18d939a25ea51f8955eb57d467a8 (diff) |
Notes
Diffstat (limited to 'graphics/gdal')
-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 |