mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7bbc2e8b87
PR: 11191 Submitted by: John Baldwin jobaldwi@vt.edu
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
--- 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
|
|
|