diff options
| author | Beech Rintoul <beech@FreeBSD.org> | 2012-12-11 21:49:33 +0000 |
|---|---|---|
| committer | Beech Rintoul <beech@FreeBSD.org> | 2012-12-11 21:49:33 +0000 |
| commit | ffcb872223911b708d646d3f1c5bb2f2734593c9 (patch) | |
| tree | 665a50be429d8e14c354a304cda397d14932ac0a /devel/gcvs/files/patch-cvstree__CvsLog.h | |
| parent | - Update to version 12.12 (diff) | |
- Fix build with clang
- Add LICENSE
- Support MANPREFIX
PR: ports/174163
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=308716
Diffstat (limited to 'devel/gcvs/files/patch-cvstree__CvsLog.h')
| -rw-r--r-- | devel/gcvs/files/patch-cvstree__CvsLog.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-cvstree__CvsLog.h b/devel/gcvs/files/patch-cvstree__CvsLog.h new file mode 100644 index 000000000000..55fe8f0dc540 --- /dev/null +++ b/devel/gcvs/files/patch-cvstree__CvsLog.h @@ -0,0 +1,14 @@ +--- cvstree/CvsLog.h.orig 2002-06-16 02:49:37.000000000 +0900 ++++ cvstree/CvsLog.h 2012-11-06 16:19:38.000000000 +0900 +@@ -26,8 +26,9 @@ + #endif /* WIN32 */ + + #include <vector> +-#include <time.h> +-#include <stdio.h> ++#include <ctime> ++#include <cstdio> ++#include <cstring> + + #if defined(_MSC_VER) && _MSC_VER < 0x514 // VC7 + # include <iostream.h> |
