mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Remove deprecated PTHREAD_*
This commit is contained in:
parent
29953f517e
commit
c9708bd43b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326673
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user