summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-01-31 02:15:03 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2020-01-31 02:15:21 +0100
commit7956028c2a326c7179ca2889317fe789a05c734d (patch)
tree9a5a8336eca88bdb7efedcb2bc28718ae7529714 /media-libs/simage
parentmedia-libs/simage: bump to 1.8.0 (diff)
downloadgentoo-7956028c2a326c7179ca2889317fe789a05c734d.tar.gz
gentoo-7956028c2a326c7179ca2889317fe789a05c734d.tar.bz2
gentoo-7956028c2a326c7179ca2889317fe789a05c734d.zip
media-libs/simage: removed unused patches
Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/simage')
-rw-r--r--media-libs/simage/files/simage-1.7.0-libpng15.patch12
-rw-r--r--media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch13
2 files changed, 0 insertions, 25 deletions
diff --git a/media-libs/simage/files/simage-1.7.0-libpng15.patch b/media-libs/simage/files/simage-1.7.0-libpng15.patch
deleted file mode 100644
index f99d474cf04a..000000000000
--- a/media-libs/simage/files/simage-1.7.0-libpng15.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN simage-1.7.0/src/simage_png.c new/src/simage_png.c
---- simage-1.7.0/src/simage_png.c 2010-02-26 16:47:31.000000000 +0100
-+++ new/src/simage_png.c 2013-06-06 22:34:23.537331509 +0200
-@@ -323,7 +323,7 @@
- /* Set error handling. REQUIRED if you aren't supplying your own
- * error hadnling functions in the png_create_write_struct() call.
- */
-- if (setjmp(png_ptr->jmpbuf)) {
-+ if (setjmp(png_jmpbuf(png_ptr))) {
- /* If we get here, we had a problem reading the file */
- fclose(fp);
- png_destroy_write_struct(&png_ptr, (png_infopp)info_ptr);
diff --git a/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch b/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch
deleted file mode 100644
index c8c893855e8a..000000000000
--- a/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN simage-1.7.0/simage.pc.in new/simage.pc.in
---- simage-1.7.0/simage.pc.in 2010-02-26 16:47:31.000000000 +0100
-+++ new/simage.pc.in 2013-06-06 22:35:42.303326845 +0200
-@@ -8,7 +8,8 @@
- Version: @VERSION@
- Requires:
- Conflicts:
--Libs: -L${libdir} @SIMAGE_EXTRA_LDFLAGS@ @SIMAGE_EXTRA_LIBS@
-+Libs: -L${libdir} -lsimage
-+Libs.private: -L${libdir} @SIMAGE_EXTRA_LIBS@
- Cflags: -I${includedir} @SIMAGE_EXTRA_CFLAGS@ @SIMAGE_EXTRA_CPPFLAGS@
-
- simage_host="@host@"