diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-12 07:54:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-12 07:54:45 +0000 |
commit | 26dd9bbd478a82e0a9b0e07988ceb13d4abfdd63 (patch) | |
tree | 7f899751a7d8dc58a9f7b1003ff70cb60ad6f9d3 /main/mpd/underlinking.patch | |
parent | 8f186ca09b4ff2e507f07fb34a46702ab3f6dbac (diff) | |
download | aports-26dd9bbd478a82e0a9b0e07988ceb13d4abfdd63.tar.bz2 aports-26dd9bbd478a82e0a9b0e07988ceb13d4abfdd63.tar.xz |
main/mpd: upgrade to 0.18.8 and fix musl build
Diffstat (limited to 'main/mpd/underlinking.patch')
-rw-r--r-- | main/mpd/underlinking.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/mpd/underlinking.patch b/main/mpd/underlinking.patch new file mode 100644 index 0000000000..e44470604e --- /dev/null +++ b/main/mpd/underlinking.patch @@ -0,0 +1,10 @@ +--- ./Makefile.am.orig ++++ ./Makefile.am +@@ -678,6 +678,7 @@ + $(TWOLAME_LIBS) \ + $(FLAC_LIBS) \ + $(OPUS_LIBS) \ ++ $(VORBIS_LIBS) \ + $(VORBISENC_LIBS) + + libencoder_plugins_a_SOURCES = \ |