summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg/patches/patch-aa')
-rw-r--r--security/gnupg/patches/patch-aa33
1 files changed, 0 insertions, 33 deletions
diff --git a/security/gnupg/patches/patch-aa b/security/gnupg/patches/patch-aa
deleted file mode 100644
index 4a40052199a..00000000000
--- a/security/gnupg/patches/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1999/04/08 15:17:27 mellon Exp $
-
-diff -rc2 aclocal.m4 aclocal.m4
-*** aclocal.m4 Sat Mar 20 04:33:43 1999
---- aclocal.m4 Wed Apr 7 18:39:04 1999
-***************
-*** 213,217 ****
- ;;
-
-! freebsd2* | osf4* )
- CFLAGS_RDYNAMIC=""
- ;;
---- 213,217 ----
- ;;
-
-! freebsd2* | osf4* | netbsd*)
- CFLAGS_RDYNAMIC=""
- ;;
-***************
-*** 418,421 ****
---- 418,429 ----
- solaris*)
- ac_symcode='[BDTU]'
-+ ;;
-+ esac
-+
-+ # NetBSD/i386 has leading underscores.
-+ case "$target" in
-+ i[3456]86*-*-netbsd* | pentium-*-netbsd* | pentiumpro-*-netbsd*)
-+ ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)'
-+ ac_symxfrm='_\1 \1'
- ;;
- esac