aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cccc/files
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-04-19 02:52:16 +0800
committermharo <mharo@FreeBSD.org>1999-04-19 02:52:16 +0800
commit9f0ed4f0ba1a788ca51b178b25044d94308f1074 (patch)
tree6154ec66618795a5db22ee876e1e716e8acd0548 /devel/cccc/files
parent10c9b1eca02564609376f1cef89c800b7c1cc29c (diff)
downloadfreebsd-ports-gnome-9f0ed4f0ba1a788ca51b178b25044d94308f1074.tar.gz
freebsd-ports-gnome-9f0ed4f0ba1a788ca51b178b25044d94308f1074.tar.zst
freebsd-ports-gnome-9f0ed4f0ba1a788ca51b178b25044d94308f1074.zip
No longer BROKEN (updated patchfile)
PR: 11191 Submitted by: John Baldwin jobaldwi@vt.edu
Diffstat (limited to 'devel/cccc/files')
-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
+