diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2021-01-31 19:49:22 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-31 21:38:08 +0100 |
commit | 371b1c5c5920bae95fd7ffc7c22e601dc148af93 (patch) | |
tree | 7cad8e920a15e4002b02b3204404ef54aaf0a635 /media-libs/libhdhomerun | |
parent | media-libs/bcg729: remove unused patch(es) (diff) | |
download | gentoo-371b1c5c5920bae95fd7ffc7c22e601dc148af93.tar.gz gentoo-371b1c5c5920bae95fd7ffc7c22e601dc148af93.tar.bz2 gentoo-371b1c5c5920bae95fd7ffc7c22e601dc148af93.zip |
media-libs/libhdhomerun: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19274
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-libs/libhdhomerun')
-rw-r--r-- | media-libs/libhdhomerun/files/dont-strip.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/libhdhomerun/files/dont-strip.patch b/media-libs/libhdhomerun/files/dont-strip.patch deleted file mode 100644 index 62aa00af3f07..000000000000 --- a/media-libs/libhdhomerun/files/dont-strip.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur libhdhomerun/Makefile libhdhomerun.fix/Makefile ---- libhdhomerun/Makefile 2012-08-30 15:46:27.000000000 -0500 -+++ libhdhomerun.fix/Makefile 2013-03-24 14:47:08.740937164 -0500 -@@ -42,7 +42,6 @@ - - hdhomerun_config$(BINEXT) : hdhomerun_config.c $(LIBSRCS) - $(CC) $(CFLAGS) $+ $(LDFLAGS) -o $@ -- $(STRIP) $@ - - libhdhomerun$(LIBEXT) : $(LIBSRCS) - $(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@ -Binary files libhdhomerun/hdhomerun_config and libhdhomerun.fix/hdhomerun_config differ -Binary files libhdhomerun/libhdhomerun.so and libhdhomerun.fix/libhdhomerun.so differ |