From 8f3cf904a9acabd2f42b99039c6234450b3ad36d Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 25 Mar 2015 09:33:52 +0000 Subject: databases category: Remove $PTHREAD_LIBS Note: virtuoso did not pass check-plist from before, so it was fixed. approved by: PTHREAD blanket --- databases/postgresql91-contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql91-contrib') diff --git a/databases/postgresql91-contrib/Makefile b/databases/postgresql91-contrib/Makefile index 98e2ae013877..c85e76a29ee4 100644 --- a/databases/postgresql91-contrib/Makefile +++ b/databases/postgresql91-contrib/Makefile @@ -21,7 +21,7 @@ INSTALL_DIRS= contrib SLAVE_ONLY= yes COMPONENT= -contrib CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl -LDFLAGS+= ${PTHREAD_LIBS} -L${PREFIX}/lib +LDFLAGS+= -lpthread -L${PREFIX}/lib post-install: @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README -- cgit v1.2.3