freebsd-ports/lang/Sather/files/patch-Library::System::unix.sa
Ying-Chieh Liao 529e2d348b - Fix build
- Add several libraries, utilities and documents

PR:		44349
Submitted by:	Ports Fury
2002-10-22 06:12:06 +00:00

11 lines
358 B
Text

--- 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 /";