summaryrefslogtreecommitdiff
path: root/www/libwww/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-04 19:45:21 +0000
committerrillig <rillig@pkgsrc.org>2006-10-04 19:45:21 +0000
commit77e2fd3088e2f954ab12e461bfbed01dd56a17a0 (patch)
tree326ac1f275b3cb30ca869a6fa4d940613395eb87 /www/libwww/patches
parente00f375f74dd317ec29ce68108280004687196a1 (diff)
downloadpkgsrc-77e2fd3088e2f954ab12e461bfbed01dd56a17a0.tar.gz
Added a patch for the broken "test ==".
Diffstat (limited to 'www/libwww/patches')
-rw-r--r--www/libwww/patches/patch-aq13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/libwww/patches/patch-aq b/www/libwww/patches/patch-aq
new file mode 100644
index 00000000000..b45a646d669
--- /dev/null
+++ b/www/libwww/patches/patch-aq
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2006/10/04 19:45:21 rillig Exp $
+
+--- configure.orig 2006-10-04 21:39:50.000000000 +0200
++++ configure 2006-10-04 21:40:36.000000000 +0200
+@@ -31593,7 +31593,7 @@ fi
+ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
+ echo "${ECHO_T}$ac_cv_func_remove" >&6
+
+- if test "$ac_cv_func_remove" == yes ; then
++ if test "$ac_cv_func_remove" = yes ; then
+ cat >>confdefs.h <<\_ACEOF
+ #define unlink remove
+ _ACEOF