aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth/wesnoth-libpng-1.4.0.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackware-id.org>2012-02-18 23:49:38 -0600
committerRobby Workman <rworkman@slackbuilds.org>2012-02-20 12:20:44 -0600
commit69618e0ae2d9a3536c40f303dccecb2eeee75953 (patch)
tree34a4322f86aa976e2d2f195fde51d5e87b02ee7f /games/wesnoth/wesnoth-libpng-1.4.0.patch
parent856b212e0a3e363eb7898856721c2ae4ed9a91a6 (diff)
downloadslackbuilds-69618e0ae2d9a3536c40f303dccecb2eeee75953.tar.xz
games/wesnoth: Updated for version 1.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/wesnoth/wesnoth-libpng-1.4.0.patch')
-rw-r--r--games/wesnoth/wesnoth-libpng-1.4.0.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/wesnoth/wesnoth-libpng-1.4.0.patch b/games/wesnoth/wesnoth-libpng-1.4.0.patch
deleted file mode 100644
index 73eb1149ec21..000000000000
--- a/games/wesnoth/wesnoth-libpng-1.4.0.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur wesnoth-1.8.1.orig/src/tools/exploder_utils.cpp wesnoth-1.8.1/src/tools/exploder_utils.cpp
---- wesnoth-1.8.1.orig/src/tools/exploder_utils.cpp 2010-01-01 15:16:49.000000000 +0200
-+++ wesnoth-1.8.1/src/tools/exploder_utils.cpp 2010-04-08 17:38:03.066201123 +0300
-@@ -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, reinterpret_cast<png_voidp>(NULL),
-+ NULL, NULL);
- if(!png_ptr)
- throw exploder_failure("Unable to initialize the png write structure");
-