summaryrefslogtreecommitdiff
path: root/audio/jack/patches/patch-ag
blob: 3e0643d3f1a215a28d1d4ef44e607d24b7508a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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@