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-UCvsFiles.cpp | |
| 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)
Notes
Notes:
svn path=/head/; revision=202797
Diffstat (limited to '')
| -rw-r--r-- | devel/gcvs/files/patch-common-UCvsFiles.cpp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/gcvs/files/patch-common-UCvsFiles.cpp b/devel/gcvs/files/patch-common-UCvsFiles.cpp index 5e3a1be42966..2a80abfe30fe 100644 --- a/devel/gcvs/files/patch-common-UCvsFiles.cpp +++ b/devel/gcvs/files/patch-common-UCvsFiles.cpp @@ -1,5 +1,14 @@ ---- common/UCvsFiles.cpp.orig Tue Aug 13 13:46:40 2002 -+++ common/UCvsFiles.cpp Sun Aug 24 13:47:21 2003 +--- common/UCvsFiles.cpp.orig 2002-08-13 13:46:40.000000000 +0200 ++++ common/UCvsFiles.cpp 2007-11-22 21:01:27.000000000 +0100 +@@ -201,7 +201,7 @@ + + #define NUM_COLUMNS 7 + +-static char *_gszColumnLabel[NUM_COLUMNS] = ++static const char *_gszColumnLabel[NUM_COLUMNS] = + { + "Name", "Rev.", "Option", "Status", "Tag", "Date", "Conflict" + }; @@ -1214,7 +1214,7 @@ { UStr uppath, filename; |
