summaryrefslogtreecommitdiff
path: root/security/ccid/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/ccid/patches/patch-aa')
-rw-r--r--security/ccid/patches/patch-aa24
1 files changed, 4 insertions, 20 deletions
diff --git a/security/ccid/patches/patch-aa b/security/ccid/patches/patch-aa
index d1bb281a224..ad995ec84bb 100644
--- a/security/ccid/patches/patch-aa
+++ b/security/ccid/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2008/04/30 13:32:21 shannonjr Exp $
+$NetBSD: patch-aa,v 1.3 2008/08/08 21:27:25 shannonjr Exp $
---- configure.in.orig 2008-02-22 06:42:28.000000000 -0700
+--- configure.in.orig 2008-06-27 03:47:16.000000000 -0600
+++ configure.in
@@ -94,6 +94,10 @@ case "$host" in
BUNDLE_HOST="FreeBSD"
@@ -13,8 +13,8 @@ $NetBSD: patch-aa,v 1.2 2008/04/30 13:32:21 shannonjr Exp $
*-*-openbsd*)
BUNDLE_HOST="OpenBSD"
DYN_LIB_EXT="so.0.0"
-@@ -102,6 +106,10 @@ case "$host" in
- BUNDLE_HOST="Solaris"
+@@ -106,6 +110,10 @@ case "$host" in
+ BUNDLE_HOST="DragonFly"
DYN_LIB_EXT="so"
;;
+*-*-dragonfly*)
@@ -24,19 +24,3 @@ $NetBSD: patch-aa,v 1.2 2008/04/30 13:32:21 shannonjr Exp $
*)
BUNDLE_HOST="Linux"
DYN_LIB_EXT="so"
-@@ -251,12 +259,15 @@ AC_ARG_ENABLE(pcsclite,
- if test "${pcsclite}" != no ; then
- # check that pcsc-lite is installed
- OLD_LIBS="$LIBS"
-+ OLD_CFLAGS="$CFLAGS"
- LIBS="$LIBS $PCSC_LIBS"
-+ CFLAGS="$CFLAGS $PCSC_CFLAGS"
- AC_MSG_CHECKING([for SCardEstablishContext])
- AC_TRY_LINK_FUNC(SCardEstablishContext,
- [ AC_MSG_RESULT([yes]) ],
- [ AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta9 or later,or use PCSC_LIBS=... ./configure]) ])
- LIBS="$OLD_LIBS"
-+ CFLAGS"$OLD_CFLAGS"
-
- pcsclite=yes
- fi