summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-11-08 17:48:45 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-11-08 17:48:45 +0000
commit6027ad063d751924371d4be0c7b0f023b674a700 (patch)
tree2dd1d746cd3f3bd438fae9df3a92adf5da622802 /sci-libs/vtk/files/vtk-5.4.2-libpng14.patch
parent[net-wireless/wimax-tools] Version bump & cleanup (diff)
downloadhistorical-6027ad063d751924371d4be0c7b0f023b674a700.tar.gz
historical-6027ad063d751924371d4be0c7b0f023b674a700.tar.bz2
historical-6027ad063d751924371d4be0c7b0f023b674a700.zip
media-libs/jpeg -> virtual/jpeg. Drop old.
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/vtk/files/vtk-5.4.2-libpng14.patch')
-rw-r--r--sci-libs/vtk/files/vtk-5.4.2-libpng14.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-libs/vtk/files/vtk-5.4.2-libpng14.patch b/sci-libs/vtk/files/vtk-5.4.2-libpng14.patch
deleted file mode 100644
index 1f12ae92658d..000000000000
--- a/sci-libs/vtk/files/vtk-5.4.2-libpng14.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- IO/vtkPNGReader.cxx
-+++ IO/vtkPNGReader.cxx
-@@ -116,7 +116,7 @@
- // minimum of a byte per pixel
- 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);
- }
-
- // add alpha if any alpha found
-@@ -225,7 +225,7 @@
- // minimum of a byte per pixel
- 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);
- }
-
- // add alpha if any alpha found