pkgsrc/security/libfwbuilder21/patches/patch-ae
adam 7cf5a9029c Changes 2.1.17:
This is a bug-fix release. It improves stablility of the policy importer
on 64-bit platforms, supports import of iptables policies that use TCPMSS
target, fixes problems with built-in RCS on windows when user does not
have administrator's rights and comes with nearly 100% Brazilian Portugese
translation
2008-02-21 17:34:08 +00:00

24 lines
862 B
Text

$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