pkgsrc/audio/jack/patches/patch-ag

13 lines
454 B
Text
Raw Normal View History

$NetBSD: patch-ag,v 1.2 2008/11/16 11:22:55 bjs Exp $
--- jack.pc.in.orig 2008-11-11 17:36:46.000000000 -0500
+++ jack.pc.in
@@ -6,5 +6,5 @@ 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@
-Cflags: -I${includedir}
+Libs: -L${libdir} -ljack @OS_LDFLAGS@
+Cflags: -I${includedir} @OS_CPPFLAGS@