summaryrefslogtreecommitdiff
path: root/security/libfwbuilder21/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'security/libfwbuilder21/patches/patch-ae')
-rw-r--r--security/libfwbuilder21/patches/patch-ae24
1 files changed, 0 insertions, 24 deletions
diff --git a/security/libfwbuilder21/patches/patch-ae b/security/libfwbuilder21/patches/patch-ae
deleted file mode 100644
index 3c98f644fa9..00000000000
--- a/security/libfwbuilder21/patches/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2008/02/21 17:34:08 adam Exp $
-
---- configure.orig 2008-02-20 06:49:48.000000000 +0100
-+++ configure
-@@ -7245,7 +7245,7 @@ fi
-
-
-
--if test x$with_advanced_dns == xyes ; then
-+if test x$with_advanced_dns = xyes ; then
-
- LIB_RESOLV=""
- HAVE_RES_NQUERY=""
-@@ -10604,8 +10604,8 @@ fi
- if test "Z$ac_cv_gethostbyaddr_args" != "Z"; then
- echo "Function gethostbyaddr_r takes $ac_cv_gethostbyaddr_args arguments"
- echo -n "First argument for gethostbyaddr_r is "
-- if test "Z$ac_cv_gethostbyaddr_first_arg" == "Zcharptr"; then echo "const char *"
-- elif test "Z$ac_cv_gethostbyaddr_first_arg" == "Zvoidptr"; then echo "const void *"
-+ if test "Z$ac_cv_gethostbyaddr_first_arg" = "Zcharptr"; then echo "const char *"
-+ elif test "Z$ac_cv_gethostbyaddr_first_arg" = "Zvoidptr"; then echo "const void *"
- else echo
- fi
- else