diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-23 18:49:30 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-03-23 18:49:30 +0000 |
commit | a9155381f580ab9a288d4076bfa05c338e8c798b (patch) | |
tree | 028c0924f96407997fced69df17598898063923f /devel | |
parent | fd60d46f2e6a7972c4798d623507973da3bd16c3 (diff) | |
download | ports-a9155381f580ab9a288d4076bfa05c338e8c798b.tar.gz ports-a9155381f580ab9a288d4076bfa05c338e8c798b.zip |
- Forgot to add patch referenced in previous commit.
Notes
Notes:
svn path=/head/; revision=209638
Diffstat (limited to 'devel')
-rw-r--r-- | devel/aegis/files/extra-patch-libaegis__wide_output__header.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/aegis/files/extra-patch-libaegis__wide_output__header.h b/devel/aegis/files/extra-patch-libaegis__wide_output__header.h new file mode 100644 index 000000000000..04530b388bb8 --- /dev/null +++ b/devel/aegis/files/extra-patch-libaegis__wide_output__header.h @@ -0,0 +1,10 @@ +--- ./libaegis/wide_output/header.h.orig 2008-03-09 20:08:17.000000000 -0200 ++++ ./libaegis/wide_output/header.h 2008-03-22 15:46:10.000000000 -0300 +@@ -22,6 +22,7 @@ + + #include <common/wstring.h> + #include <libaegis/wide_output.h> ++#include <time.h> + + /** + * The wide_output_header class is used to add page headers to the output. |