pkgsrc/databases/gq/patches/patch-ab
cube f214c2cbfb Update to version 1.0beta1. This packages now use GTK2.
Most noticable changes (refer to ChangeLog for the complete set, since it
is very long):

	* Support for extensibleObject objects
	* Allow LDAP URIs
	* NT passwords, LMHASH passwords
	* GTK2 environment
	* UTF-8 support
2004-01-21 16:26:37 +00:00

31 lines
1.1 KiB
Text

$NetBSD: patch-ab,v 1.2 2004/01/21 16:26:37 cube Exp $
--- configure.orig 2003-11-04 00:04:50.000000000 +0100
+++ configure
@@ -5330,7 +5330,7 @@ fi
for ac_func in ldap_str2objectclass ldap_memfree ldap_rename ldap_str2dn \
ldap_initialize \
iswspace snprintf \
- g_snprintf
+ g_snprintf btowc
do
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