14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
$OpenBSD: patch-g-wrap_scm,v 1.1.1.1 2005/02/24 01:42:47 todd Exp $
|
|
--- g-wrap.scm.orig Wed Jul 9 08:37:31 2003
|
|
+++ g-wrap.scm Wed Jul 9 08:38:17 2003
|
|
@@ -24,6 +24,9 @@
|
|
;; FIXME: What does this one do?
|
|
:use-module (g-wrap g-translate))
|
|
|
|
+(set! %load-path (cons "/usr/local/share" %load-path))
|
|
+
|
|
+
|
|
(use-modules (ice-9 slib))
|
|
|
|
(if (not (defined? 'simple-format))
|