diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-10-11 16:41:36 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-10-11 16:41:36 +0000 |
commit | d8a7b82f6822f4f54e338c5427b2875db26993da (patch) | |
tree | 5351657d848e7c752bcf756ef9b794fd8bdc03f9 /security | |
parent | 543f91deed89c5dfae3e85fa7a8049cbaad2e8cf (diff) | |
download | pkgsrc-d8a7b82f6822f4f54e338c5427b2875db26993da.tar.gz |
Remove patch-ab, patch-ac, and patch-ad because they are no longer needed.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/patches/patch-ab | 13 | ||||
-rw-r--r-- | security/libgpg-error/patches/patch-ac | 13 | ||||
-rw-r--r-- | security/libgpg-error/patches/patch-ad | 14 |
3 files changed, 0 insertions, 40 deletions
diff --git a/security/libgpg-error/patches/patch-ab b/security/libgpg-error/patches/patch-ab deleted file mode 100644 index bc634c7eb8d..00000000000 --- a/security/libgpg-error/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/10/15 18:21:56 minskim Exp $ - ---- configure.ac.orig 2004-07-30 06:48:04.000000000 -0600 -+++ configure.ac -@@ -69,7 +69,7 @@ AM_GNU_GETTEXT([external]) - - # Checks for header files. - AC_HEADER_STDC --AC_CHECK_HEADERS([stdlib.h]) -+AC_CHECK_HEADERS([locale.h stdlib.h]) - AC_FUNC_STRERROR_R - AC_CHECK_FUNC([strerror_r], [], - AC_MSG_WARN([[Without strerror_r, gpg_strerror_r might not be thread-safe]])) diff --git a/security/libgpg-error/patches/patch-ac b/security/libgpg-error/patches/patch-ac deleted file mode 100644 index 8586f7ce938..00000000000 --- a/security/libgpg-error/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2004/10/15 18:21:56 minskim Exp $ - ---- configure.orig 2004-07-30 07:48:42.000000000 -0500 -+++ configure -@@ -10010,7 +10010,7 @@ _ACEOF - fi - - --for ac_header in stdlib.h -+for ac_header in locale.h stdlib.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/security/libgpg-error/patches/patch-ad b/security/libgpg-error/patches/patch-ad deleted file mode 100644 index ce832da37b4..00000000000 --- a/security/libgpg-error/patches/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2004/10/15 18:21:56 minskim Exp $ - ---- config.h.in.orig 2004-07-30 07:48:54.000000000 -0500 -+++ config.h.in -@@ -24,6 +24,9 @@ - /* Define to 1 if you have the <inttypes.h> header file. */ - #undef HAVE_INTTYPES_H - -+/* Define to 1 if you have the <locale.h> header file. */ -+#undef HAVE_LOCALE_H -+ - /* Define to 1 if you have the <memory.h> header file. */ - #undef HAVE_MEMORY_H - |