summaryrefslogtreecommitdiff
path: root/databases/gq/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gq/patches/patch-ab')
-rw-r--r--databases/gq/patches/patch-ab36
1 files changed, 27 insertions, 9 deletions
diff --git a/databases/gq/patches/patch-ab b/databases/gq/patches/patch-ab
index 56d3e2e0852..fbbcb89292e 100644
--- a/databases/gq/patches/patch-ab
+++ b/databases/gq/patches/patch-ab
@@ -1,13 +1,31 @@
-$NetBSD: patch-ab,v 1.1 2003/09/09 18:51:42 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2004/01/21 16:26:37 cube Exp $
---- configure.orig 2002-07-05 08:51:55.000000000 +0200
+--- configure.orig 2003-11-04 00:04:50.000000000 +0100
+++ configure
-@@ -1965,7 +1965,7 @@ fi
- fi
-
+@@ -5330,7 +5330,7 @@ fi
for ac_func in ldap_str2objectclass ldap_memfree ldap_rename ldap_str2dn \
-- iswspace snprintf
-+ iswspace snprintf btowc
+ ldap_initialize \
+ iswspace snprintf \
+- g_snprintf
++ g_snprintf btowc
do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
- echo "configure:1972: checking for $ac_func" >&5
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for $ac_func" >&5
+@@ -6702,7 +6702,7 @@ _ACEOF
+ fi;
+
+ if test "x$GCC" = "xyes"; then
+- for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith -Wfloat-equal
++ for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith
+ do
+ # The following should work as well, but might (?) be less portable
+ # if ! echo "$CFLAGS" | grep -q -w -- "$A" ; then
+@@ -10451,7 +10451,7 @@ echo "${ECHO_T}`eval echo '${'gq_cv_${PR
+
+ if test "$gq_cv_snprintf_reordering" = no ; then
+
+- if test "gq_cv_g_snprintf_reordering" == "yes" ; then
++ if test "gq_cv_g_snprintf_reordering" = "yes" ; then
+ gq_cv_snprintf_reordering=yes
+
+ cat >>confdefs.h <<\_ACEOF