diff options
author | rumko <rumko@pkgsrc.org> | 2017-05-28 14:32:49 +0000 |
---|---|---|
committer | rumko <rumko@pkgsrc.org> | 2017-05-28 14:32:49 +0000 |
commit | 5902c5bbc8e0c52aca926461845f9fdb85df345a (patch) | |
tree | fc78441db51cd0fdcdeacb5c9e02941e59d7b446 /security | |
parent | d0a4f2978bb87891ed067a9601072dc55b5d7434 (diff) | |
download | pkgsrc-5902c5bbc8e0c52aca926461845f9fdb85df345a.tar.gz |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/ccid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ccid/Makefile b/security/ccid/Makefile index 720634fdb60..2f016eb7766 100644 --- a/security/ccid/Makefile +++ b/security/ccid/Makefile @@ -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} |