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:   rumko
Date:           Sun May 28 14:32:49 UTC 2017

Modified Files:
        pkgsrc/security/ccid: Makefile

Log Message:
security/ccid: include pthread related flags in CFLAGS & co.

At least on fbsd, it won't compile due to not linking to the
pthread libraries.

Bump PKGREVISION just in case.

Ok@ gdt


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/security/ccid/Makefile:1.24
--- pkgsrc/security/ccid/Makefile:1.23  Thu Feb 16 14:30:50 2017
+++ pkgsrc/security/ccid/Makefile       Sun May 28 14:32:49 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2017/02/16 14:30:50 gdt Exp $
+# $NetBSD: Makefile,v 1.24 2017/05/28 14:32:49 rumko Exp $
 #
 
 DISTNAME=      ccid-1.4.26
+PKGREVISION=   1
 CATEGORIES=    security
 # Note that the MASTER_SITES URL is not stable with version changes,
 # and one can end up with an old version if DISTNAME is changed but
@@ -25,6 +26,7 @@ USE_TOOLS+=   pkg-config
 USE_TOOLS+=    autoconf automake aclocal autoheader
 USE_TOOLS+=    flex perl
 USE_LANGUAGES= c c++
+PTHREAD_AUTO_VARS=     yes
 
 CONFIGURE_ARGS+=        --sharedstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index