863a07690a
fixed properly post -pthread. from brad ok sthen@
12 lines
469 B
Plaintext
12 lines
469 B
Plaintext
$OpenBSD: patch-jack_pc_in,v 1.4 2012/08/23 16:34:10 jasper Exp $
|
|
--- jack.pc.in.orig Thu May 29 08:26:08 2008
|
|
+++ jack.pc.in Wed Aug 22 18:21:50 2012
|
|
@@ -6,5 +6,6 @@ includedir=@includedir@
|
|
Name: jack
|
|
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
|
|
Version: @JACK_VERSION@
|
|
-Libs: -L${libdir} -ljack -lpthread @OS_LDFLAGS@
|
|
+Libs: -L${libdir} -ljack @OS_LDFLAGS@
|
|
+Libs.private: -lm -lpthread
|
|
Cflags: -I${includedir}
|