freebsd-ports/devel/gcvs/files/patch-common_LineCmd.cpp
Martin Wilke a28acc2928 - Fix build with gcc 4.2/AMD64
PR:		118027
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav,linimon)
2007-11-22 22:27:29 +00:00

11 lines
290 B
C++

--- common/LineCmd.cpp.orig 2007-11-13 23:00:05.000000000 +0100
+++ common/LineCmd.cpp 2007-11-13 23:00:24.000000000 +0100
@@ -49,7 +49,7 @@
# include "UCvsDialogs.h"
#endif
-char *sDefPrevCvsCmd[] =
+const char *sDefPrevCvsCmd[] =
{
"cvs --help-options",
"cvs --help-commands",