aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqlite3
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-25 17:33:52 +0800
committermarino <marino@FreeBSD.org>2015-03-25 17:33:52 +0800
commit7cdc35b8ffa68c87e9e0237dacd3369ff5b7163e (patch)
tree235f4a8881bffb486680a8c5fd92b7ad67e64325 /databases/sqlite3
parent12a3d18ba54eb521226a4ec0ed2aecfbcfcb24a8 (diff)
downloadfreebsd-ports-gnome-7cdc35b8ffa68c87e9e0237dacd3369ff5b7163e.tar.gz
freebsd-ports-gnome-7cdc35b8ffa68c87e9e0237dacd3369ff5b7163e.tar.zst
freebsd-ports-gnome-7cdc35b8ffa68c87e9e0237dacd3369ff5b7163e.zip
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed. approved by: PTHREAD blanket
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 2331cd78ead4..12d305bf661d 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -125,7 +125,7 @@ STMT_CPPFLAGS= -DSQLITE_ENABLE_STMT_SCANSTATUS=1
EXTENSION_CONFIGURE_ENABLE= dynamic-extensions
THREADS_CONFIGURE_ENABLE= threadsafe
-THREADS_LDFLAGS= ${PTHREAD_LIBS}
+THREADS_LDFLAGS= -lpthread
ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
ICU_LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu