summaryrefslogtreecommitdiff
path: root/lang/Sather/files/patch-04
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-22 06:12:06 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-22 06:12:06 +0000
commit529e2d348b6ade86539726382e10f7dab363cfe0 (patch)
tree41c61f17b8de28c69166eb9aa9de0bfb890ca330 /lang/Sather/files/patch-04
parentSupport CXX/CXXFLAGS properly (diff)
- Fix build
- Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=68573
Diffstat (limited to 'lang/Sather/files/patch-04')
-rw-r--r--lang/Sather/files/patch-0414
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/Sather/files/patch-04 b/lang/Sather/files/patch-04
deleted file mode 100644
index 69c0786ca55b..000000000000
--- a/lang/Sather/files/patch-04
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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"