diff options
| author | manu <manu@pkgsrc.org> | 2012-10-24 08:33:51 +0000 |
|---|---|---|
| committer | manu <manu@pkgsrc.org> | 2012-10-24 08:33:51 +0000 |
| commit | 7edb0c3452784c3bb416919855a38ee64c60cd6b (patch) | |
| tree | 5f91b6c50611716144d22bbc11367feb75339b8b /security/opensc/Makefile | |
| parent | e38b4719264065d47ee074cc6b61652d65c15093 (diff) | |
| download | pkgsrc-7edb0c3452784c3bb416919855a38ee64c60cd6b.tar.gz | |
Restore opensc-pkcs11.so functionnality on NetBSD-6.0. libpthread shall
not be loaded by dlopen(), therefore we remove the useless dependency on
-lpthread
Diffstat (limited to 'security/opensc/Makefile')
| -rw-r--r-- | security/opensc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 6c73cd78128..f72fff498d9 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2012/10/23 18:16:38 asau Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/24 08:33:51 manu Exp $ COMMENT= Smart Card drivers and middleware LICENSE= gnu-lgpl-v2.1 .include "../../security/opensc/Makefile.common" -PKGREVISION= 3 +PKGREVISION= 4 CONFIGURE_ARGS+= --disable-nsplugin |
