ports/lang/Sather/files/patch-Boot_sacomp.code_stringsxx.c
Rong-En Fan 9867961518 - Update to 1.2.2
- Unbrake on all platforms
- Use tk8.4 instead of tk8.3
- Fix bug with abort2 function
- Fix installed files's permissions
- Use PORTDOCS macro

Some notes from maintainer:
1) Due to some GC/Sather bugs we need specific options to compile GC.
   To achive this i compile GC separately and link it statically. I've
   not include it in dependencies to not bother user with GC's OPTIONS.
2) Port can be build currently only against non-threaded Tk/Tcl library.
   Don't know currently how to investigate this since there are no way to
   find if Tk build with or without threads. Furthermore, tk and tk-threads
   are mutually exclusive. Linking agains static Tk is bogus...

PR:		ports/100964
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
2006-08-04 14:12:41 +00:00

11 lines
357 B
C

--- Boot/sacomp.code/stringsxx.c.orig Wed Aug 2 12:56:59 2006
+++ Boot/sacomp.code/stringsxx.c Wed Aug 2 12:59:38 2006
@@ -2358,7 +2358,7 @@
OB_HEADER header;
INT asize;
CHAR arr_part[21];
- } abort2 = { {STR_tag}, 20, " abort();\n" };
+ } abort22 = { {STR_tag}, 20, " abort();\n" };
struct {
OB_HEADER header;
INT asize;