From 0cdfd5b3a05506ff3382afef1891d248e99899a3 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Wed, 29 Sep 2021 20:44:33 +1000 Subject: [PATCH] libsndfile: reorder static libraries --- .../libsndfile-add-required-static-libaries-to-pkg-config.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/audio/libsndfile/patches/libsndfile-add-required-static-libaries-to-pkg-config.patch b/packages/audio/libsndfile/patches/libsndfile-add-required-static-libaries-to-pkg-config.patch index 431e5e36bb..5b0cc9f0df 100644 --- a/packages/audio/libsndfile/patches/libsndfile-add-required-static-libaries-to-pkg-config.patch +++ b/packages/audio/libsndfile/patches/libsndfile-add-required-static-libaries-to-pkg-config.patch @@ -5,5 +5,5 @@ Requires.private: @EXTERNAL_XIPH_REQUIRE@ Version: @VERSION@ -Libs: -L${libdir} -lsndfile -+Libs: -L${libdir} -lsndfile -lFLAC -logg -lvorbis -lvorbisenc -lopus ++Libs: -L${libdir} -lsndfile -lFLAC -lvorbis -logg -lvorbisenc -lopus Cflags: -I${includedir}