diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-02-16 17:15:44 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-16 18:34:42 +0100 |
commit | 158a306af81528a1c38d147ace2f6ea9ad601401 (patch) | |
tree | c340ba8f816b3f2018b4d3acbc163461ff2d2c67 /media-libs | |
parent | profiles: targets/desktop: plasma: kde-plasma/plasma-firewall dep reqs (diff) | |
download | gentoo-158a306af81528a1c38d147ace2f6ea9ad601401.tar.gz gentoo-158a306af81528a1c38d147ace2f6ea9ad601401.tar.bz2 gentoo-158a306af81528a1c38d147ace2f6ea9ad601401.zip |
media-libs/libshout: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/19490
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libshout/files/libshout-2.4.1-underlinking.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/libshout/files/libshout-2.4.1-underlinking.patch b/media-libs/libshout/files/libshout-2.4.1-underlinking.patch deleted file mode 100644 index 0c6b7f2f5a71..000000000000 --- a/media-libs/libshout/files/libshout-2.4.1-underlinking.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/499458 - ---- libshout-2.4.1/src/Makefile.am -+++ libshout-2.4.1/src/Makefile.am -@@ -33,7 +33,7 @@ - AM_CFLAGS = @XIPH_CFLAGS@ - - libshout_la_LIBADD = common/net/libicenet.la common/timing/libicetiming.la common/avl/libiceavl.la\ -- common/httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) @XIPH_LIBS@ -+ common/httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(OGG_LIBS) $(VORBIS_LIBS) $(THEORA_LIBS) $(SPEEX_LIBS) @XIPH_LIBS@ - - INCLUDES = -I$(top_builddir)/include -I./common/ - |