diff options
Diffstat (limited to 'audio/jack')
-rw-r--r-- | audio/jack/files/patch-jack.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/files/patch-jack.pc.in b/audio/jack/files/patch-jack.pc.in index 30da77b..7391565 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} |