summaryrefslogtreecommitdiff
path: root/lang/sather/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sather/patches/patch-ah')
-rw-r--r--lang/sather/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/sather/patches/patch-ah b/lang/sather/patches/patch-ah
new file mode 100644
index 00000000000..69efebee28b
--- /dev/null
+++ b/lang/sather/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1.1.1 2002/05/04 00:45:35 jtb Exp $
+
+--- Library/System/unix.sa.orig Wed Oct 13 13:34:47 1999
++++ Library/System/unix.sa
+@@ -20,7 +20,7 @@
+ sather_home: STR is
+ r ::= get_env("SATHER_HOME");
+ if void(r) then
+- r := "/usr/lib/sather";
++ r := "@PREFIX@/lib/sather";
+ end;
+ if r[r.size-1] = '/' then
+ raise "Environment variable SATHER_HOME should not end with /";