summaryrefslogtreecommitdiff
path: root/graphics/gnash/files/patch-libbase_rc.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--graphics/gnash/files/patch-libbase_rc.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libbase_rc.cpp b/graphics/gnash/files/patch-libbase_rc.cpp
new file mode 100644
index 000000000000..e879bcb84e95
--- /dev/null
+++ b/graphics/gnash/files/patch-libbase_rc.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-libbase_rc.cpp,v 1.1 2013/02/26 11:04:25 joerg Exp $
+
+--- libbase/rc.cpp.orig 2013-02-25 18:40:46.000000000 +0000
++++ libbase/rc.cpp
+@@ -83,7 +83,7 @@ RcInitFile::RcInitFile()
+ DEFAULT_FLASH_REV_NUMBER ",0"),
+ // An empty string leaves detection to VM.cpp:
+ _flashSystemOS(""),
+- _flashSystemManufacturer("Gnash "DEFAULT_FLASH_SYSTEM_OS),
++ _flashSystemManufacturer("Gnash " DEFAULT_FLASH_SYSTEM_OS),
+ _actionDump(false),
+ _parserDump(false),
+ _verboseASCodingErrors(false),