summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/secondlife/files/secondlife-1.17.3.0-gcc4.patch')
-rw-r--r--games-simulation/secondlife/files/secondlife-1.17.3.0-gcc4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-simulation/secondlife/files/secondlife-1.17.3.0-gcc4.patch b/games-simulation/secondlife/files/secondlife-1.17.3.0-gcc4.patch
new file mode 100644
index 0000000..d0dcf3f
--- /dev/null
+++ b/games-simulation/secondlife/files/secondlife-1.17.3.0-gcc4.patch
@@ -0,0 +1,12 @@
+diff -Naur linden.orig/indra/newview/llstatusbar.h linden/indra/newview/llstatusbar.h
+--- linden.orig/indra/newview/llstatusbar.h 2007-07-07 03:43:29.000000000 +0900
++++ linden/indra/newview/llstatusbar.h 2007-07-09 18:23:13.000000000 +0900
+@@ -127,7 +127,7 @@
+
+ static std::vector<std::string> sDays;
+ static std::vector<std::string> sMonths;
+- static const U32 LLStatusBar::MAX_DATE_STRING_LENGTH;
++ static const U32 MAX_DATE_STRING_LENGTH;
+ };
+
+ // *HACK: Status bar owns your cached money balance. JC