diff options
Diffstat (limited to 'misc/ddate/files')
-rw-r--r-- | misc/ddate/files/patch-ddate.c | 12 | ||||
-rw-r--r-- | misc/ddate/files/patch-misc-utils__ddate.c | 26 |
2 files changed, 12 insertions, 26 deletions
diff --git a/misc/ddate/files/patch-ddate.c b/misc/ddate/files/patch-ddate.c new file mode 100644 index 000000000000..f54e490a9497 --- /dev/null +++ b/misc/ddate/files/patch-ddate.c @@ -0,0 +1,12 @@ +--- ddate.c.orig 2016-08-12 21:07:26 UTC ++++ ddate.c +@@ -64,7 +64,9 @@ + * Church of the SubGenius and do not wish your copy of ddate(1) to contain + * code for counting down to X-Day, undefine KILL_BOB */ + ++/* + #define KILL_BOB 13013 ++*/ + + /* If you wish ddate(1) to contain SubGenius slogans, define PRAISE_BOB */ + diff --git a/misc/ddate/files/patch-misc-utils__ddate.c b/misc/ddate/files/patch-misc-utils__ddate.c deleted file mode 100644 index 241cb580a3eb..000000000000 --- a/misc/ddate/files/patch-misc-utils__ddate.c +++ /dev/null @@ -1,26 +0,0 @@ ---- ./misc-utils/ddate.c.orig 2012-07-23 23:21:56.336319000 +0200 -+++ ./misc-utils/ddate.c 2012-11-23 21:47:57.000000000 +0100 -@@ -51,7 +51,9 @@ - * Church of the SubGenius and do not wish your copy of ddate(1) to contain - * code for counting down to X-Day, undefine KILL_BOB */ - -+/* - #define KILL_BOB 13013 -+*/ - - /* If you wish ddate(1) to contain SubGenius slogans, define PRAISE_BOB */ - -@@ -62,9 +64,10 @@ - #include <time.h> - #include <stdio.h> - --#include "nls.h" --#include "closestream.h" --#include "c.h" -+#include "../include/nls.h" -+#include "../include/closestream.h" -+#include "../include/c.h" -+#include "../config.h" - - #ifndef __GNUC__ - #define inline /* foo */ |