aboutsummaryrefslogtreecommitdiff
path: root/audio/jack/files/patch-jack.pc.in
blob: 24f9490d22dabc69a9231fd4210e60918bbccc7d (plain) (blame)
1
2
3
4
5
6
7
8
9
--- jack.pc.in.orig	2013-10-04 00:45:25 UTC
+++ 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@
+Libs: -L${libdir} -ljack -pthread
 Cflags: -I${includedir}