diff options
author | Marek Szuba <marecki@gentoo.org> | 2017-08-01 12:26:08 +0159 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2017-08-01 12:52:49 +0159 |
commit | 881e38df97a8ae4bf238260e30f47c4519e20e0d (patch) | |
tree | 736e51b511179baf0423b7f3ce475503f5774f57 /app-emulation/fuse/files | |
parent | app-emulation/fuse: new maintainer (diff) | |
download | gentoo-881e38df97a8ae4bf238260e30f47c4519e20e0d.tar.gz gentoo-881e38df97a8ae4bf238260e30f47c4519e20e0d.tar.bz2 gentoo-881e38df97a8ae4bf238260e30f47c4519e20e0d.zip |
app-emulation/fuse: Remove broken old version
Diffstat (limited to 'app-emulation/fuse/files')
-rw-r--r-- | app-emulation/fuse/files/fuse-1.0.0-libpng15.patch | 10 | ||||
-rw-r--r-- | app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emulation/fuse/files/fuse-1.0.0-libpng15.patch b/app-emulation/fuse/files/fuse-1.0.0-libpng15.patch deleted file mode 100644 index 3da2d672c47b..000000000000 --- a/app-emulation/fuse/files/fuse-1.0.0-libpng15.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- screenshot.c -+++ screenshot.c -@@ -48,6 +48,7 @@ - - #ifdef USE_LIBPNG - -+#include <zlib.h> - #include <png.h> - - static int get_rgb32_data( libspectrum_byte *rgb32_data, size_t stride, diff --git a/app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch b/app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch deleted file mode 100644 index 97e18a540ae1..000000000000 --- a/app-emulation/fuse/files/fuse-1.1.1-gold-link-lm.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -uNr fuse-1.1.1.orig/sound/Makefile.am fuse-1.1.1/sound/Makefile.am ---- fuse-1.1.1.orig/sound/Makefile.am 2014-06-04 17:32:46.540000001 -0400 -+++ fuse-1.1.1/sound/Makefile.am 2014-06-04 19:04:23.190000001 -0400 -@@ -46,5 +46,6 @@ - - libsound_a_LIBADD = $(SOUND_LIBADD) - libsound_a_DEPENDENCIES = $(SOUND_LIBADD) -+libsound_a_LDFLAGS = -lm - - noinst_HEADERS = sfifo.h blipbuffer.h |