$NetBSD: patch-ag,v 1.1.1.1 2008/03/16 09:26:46 bjs Exp $ --- jack.pc.in.orig 2007-02-23 18:49:09.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@