aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cccc/files/patch-ab
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-11-03 10:02:38 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-11-03 10:02:38 +0000
commit37ba5eb49966c78f3c9f6408d296ea66e4a7bcf6 (patch)
tree8c554b5db2e6303b9de1d5b4daabcb8d723587e2 /devel/cccc/files/patch-ab
parent5ff9e8ce5bac3ec2f610000c800361c50245b453 (diff)
Import of cccc port. cccc is a C and C++ code counter which
generates some statistics on your code as HTML output. PR: 4552 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'devel/cccc/files/patch-ab')
-rw-r--r--devel/cccc/files/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/cccc/files/patch-ab b/devel/cccc/files/patch-ab
new file mode 100644
index 000000000000..8e6e558831fb
--- /dev/null
+++ b/devel/cccc/files/patch-ab
@@ -0,0 +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
+