summaryrefslogtreecommitdiffstats
path: root/databases/gnome-db
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-09-24 14:30:25 +0000
committerbland <bland@FreeBSD.org>2003-09-24 14:30:25 +0000
commit98f6bca1db84ab09837bf861acabbf289cf798f6 (patch)
tree9a77307c0ef07fbe6c2c6ed38b9d12eb39d5a270 /databases/gnome-db
parent4bcbfbced5a5031993952bc2d2bf2156b85bb0d1 (diff)
downloadFreeBSD-ports-98f6bca1db84ab09837bf861acabbf289cf798f6.zip
FreeBSD-ports-98f6bca1db84ab09837bf861acabbf289cf798f6.tar.gz
Fix -pthread issue on -CURRENT
Reported by: Tom Parquette <tparquet@twcny.rr.com>
Diffstat (limited to 'databases/gnome-db')
-rw-r--r--databases/gnome-db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index 5428bfc..6a138d9c 100644
--- a/databases/gnome-db/Makefile
+++ b/databases/gnome-db/Makefile
@@ -24,7 +24,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-pthread -L${LOCALBASE}/lib -lintl"
+ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
PLIST_SUB= VERSION=${PORTVERSION}
OpenPOWER on IntegriCloud