diff options
author | 2018-06-24 23:26:10 +0200 | |
---|---|---|
committer | 2018-06-25 06:43:50 +0200 | |
commit | 100748d066539245f14ac3bff5ea61da3de71e8c (patch) | |
tree | 41a6a15b608734e15c0b08e9e19bcf8aeb3e5838 /media-libs/libshout/files | |
parent | media-libs/aften: Drop old (diff) | |
download | gentoo-100748d066539245f14ac3bff5ea61da3de71e8c.tar.gz gentoo-100748d066539245f14ac3bff5ea61da3de71e8c.tar.bz2 gentoo-100748d066539245f14ac3bff5ea61da3de71e8c.zip |
media-libs/libshout: Drop old (EAPI-4/5 cleanup)
Closes: https://bugs.gentoo.org/648074
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/libshout/files')
-rw-r--r-- | media-libs/libshout/files/libshout-2.3.1-underlinking.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/libshout/files/libshout-2.3.1-underlinking.patch b/media-libs/libshout/files/libshout-2.3.1-underlinking.patch deleted file mode 100644 index e9bb73678ae4..000000000000 --- a/media-libs/libshout/files/libshout-2.3.1-underlinking.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/499458 - ---- src/Makefile.am -+++ src/Makefile.am -@@ -26,7 +26,7 @@ - AM_CFLAGS = @XIPH_CFLAGS@ - - libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\ -- httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) -+ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(OGG_LIBS) $(VORBIS_LIBS) $(THEORA_LIBS) $(SPEEX_LIBS) - - INCLUDES = -I$(top_builddir)/include - |