summaryrefslogtreecommitdiff
path: root/security/gnutls/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnutls/patches/patch-al')
-rw-r--r--security/gnutls/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/gnutls/patches/patch-al b/security/gnutls/patches/patch-al
new file mode 100644
index 00000000000..1271c51c7f4
--- /dev/null
+++ b/security/gnutls/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.2.2.2 2009/08/29 09:49:14 spz Exp $
+
+--- libextra/configure.orig 2009-08-13 02:54:00.000000000 -0700
++++ libextra/configure 2009-08-13 10:51:47.000000000 -0700
+@@ -13170,7 +13170,7 @@ done
+ $as_echo_n "checking whether to disable OpenSSL compatibility layer... " >&6; }
+ # Check whether --enable-openssl-compatibility was given.
+ if test "${enable_openssl_compatibility+set}" = set; then :
+- enableval=$enable_openssl_compatibility; enable_openssl=$withval
++ enableval=$enable_openssl_compatibility; enable_openssl=$enableval
+ else
+ enable_openssl=yes
+ fi