summaryrefslogtreecommitdiff
path: root/databases/gq/patches/patch-ab
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-09 18:51:41 +0000
committerjmmv <jmmv>2003-09-09 18:51:41 +0000
commit3ead5117f31a119d9b65a8c3b6f16257b7065057 (patch)
treea3a34542c2dda5927cfad9f4a7d352228208cecf /databases/gq/patches/patch-ab
parent9e9b50894d7ca9de915646744a7a9c180bac1f99 (diff)
downloadpkgsrc-3ead5117f31a119d9b65a8c3b6f16257b7065057.tar.gz
Check for btowc(3) and do not use it if not present. Should fix problems
exposed by Hubert's bulk build in 1.6, where that function does not exist.
Diffstat (limited to 'databases/gq/patches/patch-ab')
-rw-r--r--databases/gq/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/gq/patches/patch-ab b/databases/gq/patches/patch-ab
new file mode 100644
index 00000000000..56d3e2e0852
--- /dev/null
+++ b/databases/gq/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/09/09 18:51:42 jmmv Exp $
+
+--- configure.orig 2002-07-05 08:51:55.000000000 +0200
++++ configure
+@@ -1965,7 +1965,7 @@ fi
+ fi
+
+ for ac_func in ldap_str2objectclass ldap_memfree ldap_rename ldap_str2dn \
+- iswspace snprintf
++ iswspace snprintf btowc
+ do
+ echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
+ echo "configure:1972: checking for $ac_func" >&5