r386 - /packages/gnash/trunk/debian/patches/build_on_ia64.patch

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Sat Feb 27 14:49:21 UTC 2010


Author: miriam
Date: Sat Feb 27 14:49:19 2010
New Revision: 386

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=386
Log:
Added patch


Added:
    packages/gnash/trunk/debian/patches/build_on_ia64.patch

Added: packages/gnash/trunk/debian/patches/build_on_ia64.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/build_on_ia64.patch?rev=386&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/build_on_ia64.patch (added)
+++ packages/gnash/trunk/debian/patches/build_on_ia64.patch Sat Feb 27 14:49:19 2010
@@ -1,0 +1,22 @@
+# See: http://bugs.debian.org/571319
+
+--- a/utilities/dumpshm.cpp
++++ b/utilities/dumpshm.cpp
+@@ -316,12 +316,12 @@ list_lcs()
+         }
+ #ifdef IPC_PERM_KEY
+         if (shmseg.shm_segsz == 64528) {
+-            log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc",
++            log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc"),
+                         boost::io::group(hex, showbase,
+-                            shmseg.shm_perm.IPC_PERM_KEY)));
+-            log_debug(_("Last changed on: %s", ctime(&shmseg.shm_ctime)));
+-            log_debug(_("Last attached on: %s", ctime(&shmseg.shm_atime)));
+-            log_debug(_("Last detached on: %s", ctime(&shmseg.shm_dtime)));
++                            shmseg.shm_perm.IPC_PERM_KEY));
++            log_debug(_("Last changed on: %s"), ctime(&shmseg.shm_ctime));
++            log_debug(_("Last attached on: %s"), ctime(&shmseg.shm_atime));
++            log_debug(_("Last detached on: %s"), ctime(&shmseg.shm_dtime));
+             return shmseg.shm_perm.IPC_PERM_KEY;
+         }
+ #endif    // end of IPC_PERM_KEY




More information about the pkg-flash-devel mailing list