diff options
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/xmoto/files/xmoto_libpng-1.4.patch | 11 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-9999.ebuild | 2 |
2 files changed, 0 insertions, 13 deletions
diff --git a/games-sports/xmoto/files/xmoto_libpng-1.4.patch b/games-sports/xmoto/files/xmoto_libpng-1.4.patch deleted file mode 100644 index 2d9cd94..0000000 --- a/games-sports/xmoto/files/xmoto_libpng-1.4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tim_png.cpp 2010-07-05 03:55:25.000000000 +0300 -+++ tim_png.cpp 2010-08-30 19:17:29.255999994 +0300 -@@ -166,7 +166,7 @@ - png_set_palette_to_rgb(PngPtr); - - if(nColorType==PNG_COLOR_TYPE_GRAY && nBitDepth<8) -- png_set_gray_1_2_4_to_8(PngPtr); -+ png_set_expand_gray_1_2_4_to_8(PngPtr); - - if(png_get_valid(PngPtr,InfoPtr,PNG_INFO_tRNS)) - png_set_tRNS_to_alpha(PngPtr); diff --git a/games-sports/xmoto/xmoto-9999.ebuild b/games-sports/xmoto/xmoto-9999.ebuild index 2753e48..47f9f12 100644 --- a/games-sports/xmoto/xmoto-9999.ebuild +++ b/games-sports/xmoto/xmoto-9999.ebuild @@ -50,8 +50,6 @@ src_unpack() { cd "${S}" eautoreconf use editor && rm -f "${WORKDIR}"/${LVL}/{bezmisc,inkex}.py - cd "${S}/src/image" - epatch "${FILESDIR}/xmoto_libpng-1.4.patch" cd "${S}" } |