1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/Sather/files/patch-04
David E. O'Brien 534aec00c5 Upgrade to version 1.2.1
PR:		16675
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-13 19:55:08 +00:00

15 lines
309 B
Plaintext

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