summaryrefslogtreecommitdiff
path: root/lang/Sather/files/patch-04
diff options
context:
space:
mode:
Diffstat (limited to 'lang/Sather/files/patch-04')
-rw-r--r--lang/Sather/files/patch-0414
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/Sather/files/patch-04 b/lang/Sather/files/patch-04
new file mode 100644
index 000000000000..69c0786ca55b
--- /dev/null
+++ b/lang/Sather/files/patch-04
@@ -0,0 +1,14 @@
+--- System/Platforms/unix/header.h.orig Sat Sep 11 23:33:03 1999
++++ System/Platforms/unix/header.h Wed Feb 2 20:57:51 2000
+@@ -15,7 +15,11 @@
+ #define _HEADER_H_
+
+ #ifndef ZONES
++# ifdef __FreeBSD__
++# include <gc.h>
++# else
+ # include <gc/gc.h>
++# endif
+ #endif
+
+ #include "../../Common/c_header.h"