1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/cccc/files/patch-ab
Thomas Gellekum 37ba5eb499 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>
1997-11-03 10:02:38 +00:00

18 lines
339 B
Plaintext

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