summaryrefslogtreecommitdiff
path: root/academic/celestia/celestia-1.6.0-libpng14.patch
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2011-09-01 11:44:37 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-09-01 11:44:37 -0300
commit135b7bcb2825788a020a90c04880aa006a0c44cb (patch)
tree106c158f40196513191695ededdc4b808400cf37 /academic/celestia/celestia-1.6.0-libpng14.patch
parent6b139e5d363ba5f59e8a6c077048ea490b2aea91 (diff)
downloadslackbuilds-135b7bcb2825788a020a90c04880aa006a0c44cb.tar.gz
academic/celestia: Updated for version 1.6.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'academic/celestia/celestia-1.6.0-libpng14.patch')
-rw-r--r--academic/celestia/celestia-1.6.0-libpng14.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/academic/celestia/celestia-1.6.0-libpng14.patch b/academic/celestia/celestia-1.6.0-libpng14.patch
deleted file mode 100644
index ac6f07aeac..0000000000
--- a/academic/celestia/celestia-1.6.0-libpng14.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=307429
-http://repos.archlinux.org/wsvn/packages/celestia/trunk/libpng14.patch
-
---- src/celengine/image.cpp
-+++ src/celengine/image.cpp
-@@ -737,7 +737,7 @@
-
- if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
- {
-- png_set_gray_1_2_4_to_8(png_ptr);
-+ png_set_expand_gray_1_2_4_to_8(png_ptr);
- }
-
- if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))