shithub: dumb

Download patch

ref: 3a4f71afbc23d716d0d1f71664b94af143ae8e11
parent: 55dc14c317eca4d0ca2b1860514223b66eaa6eb6
author: Robert Colton <robertbcolton@gmail.com>
date: Tue Dec 18 17:03:51 EST 2018

fix pkg-config linking issue -llibdumb

--- a/pkg-config.pc.in
+++ b/pkg-config.pc.in
@@ -7,6 +7,6 @@
 Description: DUMB is a module audio renderer library. 
 Version: @DUMB_VERSION@
 URL: https://github.com/kode54/dumb/
-Libs: -L${libdir} -l@PROJECT_NAME@
+Libs: -L${libdir} -ldumb
 Libs.private: -lm
 Cflags: -I${includedir}