aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-03-15 21:22:31 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-03-15 21:22:31 +0000
commit42a2f9713e73da80a77791437de942e4cfe1b81e (patch)
tree546e3815fddab8b51981eee9f60a5d6aee480252 /audio
parent05ca2f14d8a97ed9e1ef5cb55274627596d13fc1 (diff)
downloadports-42a2f9713e73da80a77791437de942e4cfe1b81e.tar.gz
ports-42a2f9713e73da80a77791437de942e4cfe1b81e.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/jack/Makefile2
-rw-r--r--audio/jack/files/patch-jack.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index f51193b3ded8..4af6345b4173 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -32,7 +32,7 @@ post-patch:
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," \
${WRKSRC}/configure ${WRKSRC}/libjack/Makefile.in \
${WRKSRC}/jackd/Makefile.in \
- ${WRKSRC}/example-clients/Makefile.in
+ ${WRKSRC}/example-clients/Makefile.in ${WRKSRC}/jack.pc.in
${REINPLACE_CMD} -e "s,-lrt,," ${WRKSRC}/libjack/Makefile.in \
${WRKSRC}/jackd/Makefile.in \
${WRKSRC}/example-clients/Makefile.in
diff --git a/audio/jack/files/patch-jack.pc.in b/audio/jack/files/patch-jack.pc.in
index 7391565bf128..30da77bece9f 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 -lpthread
++Libs: -L${libdir} -ljack %%PTHREAD_LIBS%%
Cflags: -I${includedir}