summaryrefslogtreecommitdiff
path: root/security/p5-pcsc/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-pcsc/patches/patch-aa')
-rw-r--r--security/p5-pcsc/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/p5-pcsc/patches/patch-aa b/security/p5-pcsc/patches/patch-aa
deleted file mode 100644
index 9e8542fc65d..00000000000
--- a/security/p5-pcsc/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2008/07/01 13:46:02 obache Exp $
-
---- 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__) || (defined __DragonFly__)
- # include <dlfcn.h>
- # include <pcsclite.h>
- # define LOAD_LIB() dlopen("libpcsclite.so.1", RTLD_LAZY)