freebsd-ports/lang/Sather/files/patch-System_Platforms_freebsd_header.h
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

10 lines
256 B
C

--- System/Platforms/freebsd/header.h.orig Thu Aug 3 00:32:26 2006
+++ System/Platforms/freebsd/header.h Thu Aug 3 00:32:32 2006
@@ -16,7 +16,7 @@
#define GC_DEBUG
-# include <gc/gc.h>
+# include <gc.h>
#endif
#include "../../Common/c_header.h"