diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-22 22:27:29 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-22 22:27:29 +0000 |
| commit | a28acc2928274d9611dcd26224698b08c1caf31b (patch) | |
| tree | 15bca7999952e7e761849fe0586359115f00ee53 /devel/gcvs/files/patch-common_AppGlue.h | |
| parent | - Mark BROKEN on 7.0 again: bad plist (diff) | |
- Fix build with gcc 4.2/AMD64
PR: 118027
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav,linimon)
Diffstat (limited to 'devel/gcvs/files/patch-common_AppGlue.h')
| -rw-r--r-- | devel/gcvs/files/patch-common_AppGlue.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-common_AppGlue.h b/devel/gcvs/files/patch-common_AppGlue.h new file mode 100644 index 000000000000..ca2b706f9c5f --- /dev/null +++ b/devel/gcvs/files/patch-common_AppGlue.h @@ -0,0 +1,13 @@ +--- common/AppGlue.h.orig 2007-11-13 22:34:29.000000000 +0100 ++++ common/AppGlue.h 2007-11-13 22:34:36.000000000 +0100 +@@ -30,8 +30,8 @@ + class CCvsConsole + { + public: +- virtual long cvs_out(char *txt, long len) = 0L; +- virtual long cvs_err(char *txt, long len) = 0L; ++ virtual long cvs_out(char *txt, long len) = 0; ++ virtual long cvs_err(char *txt, long len) = 0; + }; + + #define errInternal -99 |
