mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
37ba5eb499
generates some statistics on your code as HTML output. PR: 4552 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
18 lines
339 B
Plaintext
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
|
|
|