diff options
author | 2015-12-18 11:17:45 +0100 | |
---|---|---|
committer | 2015-12-18 11:19:54 +0100 | |
commit | 433bc75f1a644664d42a83c10f26330325c3542c (patch) | |
tree | 6ad7ecbfcd466a3a3db5d7114c598c01fe13a4df /media-libs/libshout/files | |
parent | add slot deps (diff) | |
download | gentoo-433bc75f1a644664d42a83c10f26330325c3542c.tar.gz gentoo-433bc75f1a644664d42a83c10f26330325c3542c.tar.bz2 gentoo-433bc75f1a644664d42a83c10f26330325c3542c.zip |
media-libs/libshout: Bump to version 2.4.1
Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/libshout/files')
-rw-r--r-- | media-libs/libshout/files/libshout-2.4.1-underlinking.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000000..0c6b7f2f5a71 --- /dev/null +++ b/media-libs/libshout/files/libshout-2.4.1-underlinking.patch @@ -0,0 +1,13 @@ +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/ + |