pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

evolution-data-server: appease pkglint



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sat Mar 5 13:20:22 2016 +0200
Changeset:	dbda2c5a99e5e74bd1325e3e2d44d31671bd8afa

Modified Files:
	evolution-data-server/Makefile

Log Message:
evolution-data-server: appease pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dbda2c5a99e5e74bd1325e3e2d44d31671bd8afa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 evolution-data-server/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/evolution-data-server/Makefile b/evolution-data-server/Makefile
index 2cce47f..884176e 100644
--- a/evolution-data-server/Makefile
+++ b/evolution-data-server/Makefile
@@ -28,7 +28,7 @@ REPLACE_PYTHON=		addressbook/libebook/gen-western-table.py
 
 CFLAGS+=	-D_NETBSD_SOURCE
 
-CONFIGURE_ENV+=		PTHREAD_LIB="${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}"
+CONFIGURE_ENV+=		PTHREAD_LIB=${PTHREAD_LDFLAGS:M*:Q} ${PTHREAD_LIBS:M*:Q}
 
 .if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.6.2)
 .include "../../devel/pthread-sem/buildlink3.mk"


Home | Main Index | Thread Index | Old Index