diff options
Diffstat (limited to 'devel/opencvs/files/patch-cvs.h')
-rw-r--r-- | devel/opencvs/files/patch-cvs.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/devel/opencvs/files/patch-cvs.h b/devel/opencvs/files/patch-cvs.h index 3ef35bebfafd..ed6cd70bade5 100644 --- a/devel/opencvs/files/patch-cvs.h +++ b/devel/opencvs/files/patch-cvs.h @@ -1,10 +1,13 @@ ---- cvs.h.orig 2009-03-25 22:19:20.000000000 +0100 -+++ cvs.h 2010-06-08 20:19:07.000000000 +0200 -@@ -28,6 +28,7 @@ - #define CVS_H +--- cvs.h.orig 2009-03-25 14:19:20.000000000 -0700 ++++ cvs.h 2011-04-18 23:55:35.000000000 -0700 +@@ -29,6 +29,10 @@ #include <signal.h> -+#include <time.h> ++/* For building on FreeBSD */ ++#include <time.h> ++#define __dead ++ #include "config.h" #include "file.h" + #include "log.h" |