r193 - in /packages/gnash/trunk/debian: changelog patches/gcc-4.3.patch patches/series

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Thu Feb 14 15:29:30 UTC 2008


Author: baby-guest
Date: Thu Feb 14 15:29:30 2008
New Revision: 193

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=193
Log:
Added patch ftbfs-gcc-4.3.patch to solve compilation problems with GCC 4.3. Closes: #455395


Added:
    packages/gnash/trunk/debian/patches/gcc-4.3.patch
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/patches/series

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=193&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Feb 14 15:29:30 2008
@@ -29,6 +29,8 @@
     that it is licensed under a GPLv3 compatible license. (Closes: #464615)
   * Added recommends to gstreamer0.10-gnomevfs in gnash-common
   * Added patch to fix error in upstream manpage.
+  * Added patch ftbfs-gcc-4.3.patch to solve compilation problems with
+    GCC 4.3. Closes: #455395
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 12 Feb 2008 11:33:29 +0000
 

Added: packages/gnash/trunk/debian/patches/gcc-4.3.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/gcc-4.3.patch?rev=193&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/gcc-4.3.patch (added)
+++ packages/gnash/trunk/debian/patches/gcc-4.3.patch Thu Feb 14 15:29:30 2008
@@ -1,0 +1,12 @@
+Index: gnash-0.8.1+cvs20080212.1133/plugin/plugin.cpp
+===================================================================
+--- gnash-0.8.1+cvs20080212.1133.orig/plugin/plugin.cpp	2008-02-13 16:18:56.000000000 +0000
++++ gnash-0.8.1+cvs20080212.1133/plugin/plugin.cpp	2008-02-13 16:19:39.000000000 +0000
+@@ -50,6 +50,7 @@
+ #include "plugin.h" //Fixes Warning on redef of MIN/MAX
+ #include <csignal>
+ #include <unistd.h>
++#include <string.h>
+ #include <cstdio>
+ #include <cstddef>
+ #include <cstring>

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=193&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Thu Feb 14 15:29:30 2008
@@ -1,3 +1,4 @@
 do-not-delete-gmo-files
 disable-testsuite.patch
 fix-upstream-manpage.patch
+gcc-4.3.patch




More information about the pkg-flash-devel mailing list