aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cccc/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cccc/files/patch-ab')
-rw-r--r--devel/cccc/files/patch-ab34
1 files changed, 17 insertions, 17 deletions
diff --git a/devel/cccc/files/patch-ab b/devel/cccc/files/patch-ab
index 8e6e558831fb..105138c82d32 100644
--- a/devel/cccc/files/patch-ab
+++ b/devel/cccc/files/patch-ab
@@ -1,17 +1,17 @@
-*** cccc.h Sun Aug 10 16:52:24 1997
---- /home/andy/tmp/wrk/cccc.h Fri Sep 12 23:00:32 1997
-***************
-*** 21,27 ****
---- 21,32 ----
- #else
-
- #define SIGNAL_HEADER <sys/signal.h>
-+
-+ #ifdef __FreeBSD__
-+ #define DEFAULT_LIBDIR "/usr/local/share/cccc"
-+ #else
- #define DEFAULT_LIBDIR "/usr/local/lib/cccc"
-+ #endif
-
- #endif
-
+--- cccc.h.orig Sun Aug 10 09:52:24 1997
++++ cccc.h Sun Apr 18 11:47:39 1999
+@@ -20,8 +20,13 @@
+
+ #else
+
+-#define SIGNAL_HEADER <sys/signal.h>
++#ifdef __FreeBSD__
++#define SIGNAL_HEADER <signal.h>
++#define DEFAULT_LIBDIR "/usr/local/share/cccc"
++#else
+ #define DEFAULT_LIBDIR "/usr/local/lib/cccc"
++#define SIGNAL_HEADER <sys/signal.h>
++#endif
+
+ #endif
+