diff options
author | arved <arved@FreeBSD.org> | 2004-03-15 21:41:28 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-15 21:41:28 +0000 |
commit | e5e74e9e1e6ae9f1f42558ff2900d8aeff5d3574 (patch) | |
tree | f3acff700af987f6b8357e91320d9b3cc7f82725 /audio/jack | |
parent | 78656ec6febbbda1d1b6917981de0faaba105713 (diff) | |
download | FreeBSD-ports-e5e74e9e1e6ae9f1f42558ff2900d8aeff5d3574.zip FreeBSD-ports-e5e74e9e1e6ae9f1f42558ff2900d8aeff5d3574.tar.gz |
Back out last commit, that slipped in.
Today is not my day.
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} |