From 47174a3c8c664714984859fb37fcfd30dcab3e03 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Mon, 15 Mar 2004 21:41:28 +0000 Subject: [PATCH] Back out last commit, that slipped in. Today is not my day. --- audio/jack/files/patch-jack.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/jack/files/patch-jack.pc.in b/audio/jack/files/patch-jack.pc.in index 30da77bece9f..7391565bf128 100644 --- a/audio/jack/files/patch-jack.pc.in +++ b/audio/jack/files/patch-jack.pc.in @@ -5,5 +5,5 @@ Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server Version: @JACK_VERSION@ -Libs: -L${libdir} -ljack -lpthread -ldl -lrt -+Libs: -L${libdir} -ljack %%PTHREAD_LIBS%% ++Libs: -L${libdir} -ljack -lpthread Cflags: -I${includedir}