summaryrefslogtreecommitdiff
path: root/mail/heirloom-mailx/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/heirloom-mailx/patches/patch-aa')
-rw-r--r--mail/heirloom-mailx/patches/patch-aa39
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/heirloom-mailx/patches/patch-aa b/mail/heirloom-mailx/patches/patch-aa
deleted file mode 100644
index ca59e884da4..00000000000
--- a/mail/heirloom-mailx/patches/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2011/10/01 11:49:20 shattered Exp $
-
---- makeconfig.orig 2007-04-14 15:24:28.000000000 +0000
-+++ makeconfig
-@@ -1,7 +1,7 @@
- #!/bin/sh
-
- #
--# Sccsid @(#)makeconfig 1.43 (gritter) 4/14/07
-+# Sccsid @(#)makeconfig 1.44 (gritter) 5/26/09
- #
-
- tmp=___build$$
-@@ -393,6 +393,25 @@ CERTAltNameEncodedContext foo;
- !
- fi
-
-+if test x$have_openssl = xyes
-+then
-+ compile_check stack_of 'for STACK_OF()' '#define HAVE_STACK_OF' <<\!
-+#include <openssl/ssl.h>
-+#include <openssl/err.h>
-+#include <openssl/x509v3.h>
-+#include <openssl/x509.h>
-+#include <openssl/rand.h>
-+
-+int main(void)
-+{
-+ STACK_OF(GENERAL_NAME) *gens = NULL;
-+ printf("%p", gens); /* to make it used */
-+ SSLv23_client_method();
-+ PEM_read_PrivateKey(0, 0, 0, 0);
-+ return 0;
-+}
-+!
-+fi
-
- cat >$tmp2.c <<\!
- #include <gssapi/gssapi.h>