]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- obsoleted
authorlisu <lisu@pld-linux.org>
Mon, 30 Jan 2012 14:17:02 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wesnoth-gcc.patch -> 1.2
    wesnoth-libpng.patch -> 1.3

wesnoth-gcc.patch [deleted file]
wesnoth-libpng.patch [deleted file]

diff --git a/wesnoth-gcc.patch b/wesnoth-gcc.patch
deleted file mode 100644 (file)
index 1402c4c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- wesnoth-1.8.5/src/server/simple_wml.hpp.orig       2009-10-08 21:38:22.000000000 +0200
-+++ wesnoth-1.8.5/src/server/simple_wml.hpp    2011-05-04 19:32:54.845421388 +0200
-@@ -3,6 +3,7 @@
- #include <string.h>
-+#include <cstddef>
- #include <iosfwd>
- #include <map>
- #include <string>
diff --git a/wesnoth-libpng.patch b/wesnoth-libpng.patch
deleted file mode 100644 (file)
index 5e68ed5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- wesnoth-1.7.13/src/tools/exploder_utils.cpp~       2010-01-01 14:16:49.000000000 +0100
-+++ wesnoth-1.7.13/src/tools/exploder_utils.cpp        2010-02-11 15:38:16.226041276 +0100
-@@ -174,8 +174,8 @@
-       //TODO: review whether providing NULL error handlers is something
-       //sensible
-       png_struct* png_ptr = png_create_write_struct
--              (PNG_LIBPNG_VER_STRING, reinterpret_cast<png_voidp>(png_voidp_NULL),
--               png_error_ptr_NULL, png_error_ptr_NULL);
-+              (PNG_LIBPNG_VER_STRING, NULL,
-+               NULL, NULL);
-       if(!png_ptr)
-               throw exploder_failure("Unable to initialize the png write structure");
This page took 0.364039 seconds and 4 git commands to generate.