diff options
Diffstat (limited to 'lang/gwydion-dylan/patches/patch-af')
-rw-r--r-- | lang/gwydion-dylan/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/gwydion-dylan/patches/patch-af b/lang/gwydion-dylan/patches/patch-af new file mode 100644 index 00000000000..7bdc4c93122 --- /dev/null +++ b/lang/gwydion-dylan/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2007/11/05 07:14:51 rillig Exp $ + +GC_quiet has been removed in boehm-gc-6.9. + +--- d2c/runtime/garbage-collection/garbage-collection-exports.dylan.orig 2002-01-25 12:38:07.000000000 +0100 ++++ d2c/runtime/garbage-collection/garbage-collection-exports.dylan 2007-11-05 06:56:57.000000000 +0100 +@@ -14,7 +14,6 @@ define module garbage-collection + + export GC-gc-no, + // GC-oom-fn, GC-oom-fn-setter, +- GC-quiet, GC-quiet-setter, + GC-dont-gc, GC-dont-gc-setter, + GC-dont-expand, GC-dont-expand-setter, + GC-full-freq, GC-full-freq-setter, |