summaryrefslogtreecommitdiff
path: root/lang/guile/patches/patch-ap
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-06-12 03:02:33 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-06-12 03:02:33 +0000
commit59f55f274d2302622bc46ed1dfbf006a7d16dce3 (patch)
tree4da76a4171da59c8702b11438e0c546483b770d1 /lang/guile/patches/patch-ap
parent247e3b55fe828e053caadc5706fd5206751744bf (diff)
downloadpkgsrc-59f55f274d2302622bc46ed1dfbf006a7d16dce3.tar.gz
Update to guile-1.8.1. Note that the 1.6.x series of guile is still available
in lang/guile16. Many, many changes since the last 1.6.x release including bug fixes, build fixes, and many feature additions. See the NEWS file for the full (> 1,000 lines) list of changes.
Diffstat (limited to 'lang/guile/patches/patch-ap')
-rw-r--r--lang/guile/patches/patch-ap15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/guile/patches/patch-ap b/lang/guile/patches/patch-ap
new file mode 100644
index 00000000000..21ac66baf08
--- /dev/null
+++ b/lang/guile/patches/patch-ap
@@ -0,0 +1,15 @@
+$NetBSD: patch-ap,v 1.1 2007/06/12 03:02:36 dmcmahill Exp $
+
+fix from Debian
+
+--- test-suite/tests/srfi-14.test.orig 2006-10-04 03:35:10.000000000 +0000
++++ test-suite/tests/srfi-14.test
+@@ -290,7 +290,7 @@
+
+ (pass-if "char-set:punctuation (membership)"
+ (if (not %latin1)
+- (thrown 'unresolved)
++ (throw 'unresolved)
+ (let ((punctuation (char-set->list char-set:punctuation)))
+ (every? (lambda (8-bit-char)
+ (memq 8-bit-char punctuation))