summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-09-24 14:30:25 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-09-24 14:30:25 +0000
commit833e0bdbc30e9dd333885d7792664ee59df66858 (patch)
treecb1f2421c650431eabba4c01b83fce74e7ead4cb /databases
parentuse the USE_MYSQL var instead of manually seting DEPENDS to mysql323 [1] (diff)
Fix -pthread issue on -CURRENT
Reported by: Tom Parquette <tparquet@twcny.rr.com>
Notes
Notes: svn path=/head/; revision=89233
Diffstat (limited to 'databases')
-rw-r--r--databases/gnome-db/Makefile2
-rw-r--r--databases/gnomedb/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index 5428bfc418e4..6a138d9c98a2 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}
diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile
index 5428bfc418e4..6a138d9c98a2 100644
--- a/databases/gnomedb/Makefile
+++ b/databases/gnomedb/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}