diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 21:55:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 21:55:57 +0000 |
commit | 30c18d2a4cae15ba3da39b7e5be7bfe722ce066f (patch) | |
tree | 63b34abf82c76fa265729fe9378d2356deea1e8e /lang | |
parent | 96f28baafc7d1552a3fad9cb15377c2945fe0b62 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Sather/files/patch-System::Common::Makefile | 11 | ||||
-rw-r--r-- | lang/Sather/pkg-descr | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/lang/Sather/files/patch-System::Common::Makefile b/lang/Sather/files/patch-System::Common::Makefile new file mode 100644 index 000000000000..aae84a1e0451 --- /dev/null +++ b/lang/Sather/files/patch-System::Common::Makefile @@ -0,0 +1,11 @@ +--- System/Common/Makefile.orig Fri Oct 22 00:26:32 1999 ++++ System/Common/Makefile Sat May 29 23:37:05 2004 +@@ -33,7 +33,7 @@ + @echo "-- in the top level Makefile. Please do not edit it" >> $(TMPFILE) + @echo "#define CONFIG_DEFAULT_PLATFORM \"$(DEFAULT_PLATFORM)\"" >> $(TMPFILE) + @echo -n "#define CONFIG_PLATFORMS \"" >> $(TMPFILE) +- @echo -n $(PLATFORMS) | sed "s/ //;s/,/\",\"/" >> $(TMPFILE) ++ @echo -n $(PLATFORMS:S/ //g:S/,/","/g) >> $(TMPFILE) + @echo "\"" >> $(TMPFILE) + @echo "#include \"CONFIG.proto\"" >> $(TMPFILE) + @$(CPP) -undef $(TMPFILE) > CONFIG diff --git a/lang/Sather/pkg-descr b/lang/Sather/pkg-descr index 99628bf165e3..1ccd1819ad63 100644 --- a/lang/Sather/pkg-descr +++ b/lang/Sather/pkg-descr @@ -16,4 +16,4 @@ higher-order routines and iters, exception handling, assertions, preconditions, postconditions, and class invariants. Sather code can be compiled into C code and can efficiently link with C object files. -WWW: http://www.gnu.org/software/sather/ +WWW: http://www.gnu.org/directory/GNU/sather.html |