From 833e0bdbc30e9dd333885d7792664ee59df66858 Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Wed, 24 Sep 2003 14:30:25 +0000 Subject: Fix -pthread issue on -CURRENT Reported by: Tom Parquette --- databases/gnomedb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/gnomedb') 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} -- cgit v1.2.3