diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-03-06 23:50:05 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-03-06 23:50:05 +0800 |
commit | 381e56458c14d9a327611954a2e65309c874e3d2 (patch) | |
tree | 9989bd59911f2d3d61384739a97cd33192d6a6a0 /misc/ddate | |
parent | f1aff4b07215a26749cdda3ba7e233db9f1ecf13 (diff) | |
download | freebsd-ports-gnome-381e56458c14d9a327611954a2e65309c874e3d2.tar.gz freebsd-ports-gnome-381e56458c14d9a327611954a2e65309c874e3d2.tar.zst freebsd-ports-gnome-381e56458c14d9a327611954a2e65309c874e3d2.zip |
Update required patch; forgotten in the previous commit.
Diffstat (limited to 'misc/ddate')
-rw-r--r-- | misc/ddate/files/patch-misc-utils-ddate.c | 12 | ||||
-rw-r--r-- | misc/ddate/files/patch-misc-utils__ddate.c | 14 |
2 files changed, 14 insertions, 12 deletions
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 5f870a30ff92..000000000000 --- a/misc/ddate/files/patch-misc-utils-ddate.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./misc-utils/ddate.c.orig 2010-11-30 11:26:31.000000000 +0100 -+++ ./misc-utils/ddate.c 2011-03-07 11:54:40.000000000 +0100 -@@ -61,7 +61,8 @@ - #include <string.h> - #include <time.h> - #include <stdio.h> --#include "nls.h" -+#include "../include/nls.h" -+#include "../config.h" - - #ifndef __GNUC__ - #define inline /* foo */ diff --git a/misc/ddate/files/patch-misc-utils__ddate.c b/misc/ddate/files/patch-misc-utils__ddate.c new file mode 100644 index 000000000000..73130929b3b6 --- /dev/null +++ b/misc/ddate/files/patch-misc-utils__ddate.c @@ -0,0 +1,14 @@ +--- ./misc-utils/ddate.c.orig 2012-03-06 16:45:33.000000000 +0100 ++++ ./misc-utils/ddate.c 2012-03-06 16:46:18.000000000 +0100 +@@ -62,8 +62,9 @@ + #include <time.h> + #include <stdio.h> + +-#include "nls.h" +-#include "c.h" ++#include "../include/nls.h" ++#include "../include/c.h" ++#include "../config.h" + + #ifndef __GNUC__ + #define inline /* foo */ |