pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ccid



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon May 29 12:26:40 UTC 2017

Modified Files:
        pkgsrc/security/ccid: Makefile

Log Message:
Explain use of PTHREAD_AUTO_VARS

Upstream's makefile is missing PTHREAD vars in the rules for parse.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/ccid/Makefile

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

Modified files:

Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.24 pkgsrc/security/ccid/Makefile:1.25
--- pkgsrc/security/ccid/Makefile:1.24  Sun May 28 14:32:49 2017
+++ pkgsrc/security/ccid/Makefile       Mon May 29 12:26:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/05/28 14:32:49 rumko Exp $
+# $NetBSD: Makefile,v 1.25 2017/05/29 12:26:40 gdt Exp $
 #
 
 DISTNAME=      ccid-1.4.26
@@ -26,6 +26,9 @@ USE_TOOLS+=   pkg-config
 USE_TOOLS+=    autoconf automake aclocal autoheader
 USE_TOOLS+=    flex perl
 USE_LANGUAGES= c c++
+
+# Work around a bug where the rules for parse do not include the
+# PTHREAD vars.  Not yet reported upstream.
 PTHREAD_AUTO_VARS=     yes
 
 CONFIGURE_ARGS+=        --sharedstatedir=${VARBASE:Q}



Home | Main Index | Thread Index | Old Index