diff options
author | obache <obache@pkgsrc.org> | 2008-07-01 13:46:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-07-01 13:46:02 +0000 |
commit | 28d2e6ccff957d1124d8994636ddc3437fd91efe (patch) | |
tree | 7f07cfaa83a3cfd2ca0a227b02dccfc233081604 /security | |
parent | 1d70b29d782be758d07fc2d28b47837cb7568b9f (diff) | |
download | pkgsrc-28d2e6ccff957d1124d8994636ddc3437fd91efe.tar.gz |
Treat DragonFly same as other *BSDs.
Patch provided by Hasso Tepper in PR 38878.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-pcsc/distinfo | 4 | ||||
-rw-r--r-- | security/p5-pcsc/patches/patch-aa | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-pcsc/distinfo b/security/p5-pcsc/distinfo index 7f4355e41d8..3c40fdb3af7 100644 --- a/security/p5-pcsc/distinfo +++ b/security/p5-pcsc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/03/04 11:31:04 shannonjr Exp $ +$NetBSD: distinfo,v 1.2 2008/07/01 13:46:02 obache Exp $ SHA1 (pcsc-perl-1.4.6.tar.gz) = 4f6cb030aa5f20d071ab9ab56ad81ee10a74e493 RMD160 (pcsc-perl-1.4.6.tar.gz) = bfdc0149bcb82ec2ac1e24e107692d68d9de8f0d Size (pcsc-perl-1.4.6.tar.gz) = 41828 bytes -SHA1 (patch-aa) = 2b8ec38a837888784ad8e12c26238e9e1170e924 +SHA1 (patch-aa) = fb58442ece08bb02e70de14b258d16a87628b986 diff --git a/security/p5-pcsc/patches/patch-aa b/security/p5-pcsc/patches/patch-aa index e81b3cd5e99..9e8542fc65d 100644 --- a/security/p5-pcsc/patches/patch-aa +++ b/security/p5-pcsc/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/03/04 11:31:04 shannonjr Exp $ +$NetBSD: patch-aa,v 1.2 2008/07/01 13:46:02 obache Exp $ ---- PCSCperl.h.orig 2008-02-13 10:50:31.000000000 -0700 -+++ PCSCperl.h +--- PCSCperl.h.orig 2007-03-07 22:27:24 +0200 ++++ PCSCperl.h 2008-06-02 11:13:12 +0300 @@ -59,7 +59,7 @@ #endif -#if (defined __linux__) || (defined __FreeBSD_kernel__) -+#if (defined __linux__) || (defined __FreeBSD_kernel__) || (defined __NetBSD__) ++#if (defined __linux__) || (defined __FreeBSD_kernel__) || (defined __NetBSD__) || (defined __DragonFly__) # include <dlfcn.h> # include <pcsclite.h> # define LOAD_LIB() dlopen("libpcsclite.so.1", RTLD_LAZY) |