1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/gcvs/files/patch-common_UpdateDlg.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

30 lines
492 B
C++

--- common/UpdateDlg.cpp.orig 2007-11-13 23:56:27.000000000 +0100
+++ common/UpdateDlg.cpp 2007-11-13 23:56:46.000000000 +0100
@@ -56,7 +56,7 @@
# endif
#endif /* WIN32 */
-char *sDefTagNames[] =
+const char *sDefTagNames[] =
{
"1.1",
"1.6.2.4",
@@ -65,7 +65,7 @@
0L
};
-char *sDefDateNames[] =
+const char *sDefDateNames[] =
{
"1998-3",
"1998-3-24",
@@ -76,7 +76,7 @@
0L
};
-char *sDefRevDateNames[] =
+const char *sDefRevDateNames[] =
{
"1.1",
"1.6.2.4",