Forgot replacing PTHREAD_LIBS in the last commit.

This commit is contained in:
Tilman Keskinoz 2004-03-15 21:22:31 +00:00
parent 05ca2f14d8
commit 42a2f9713e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104111
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}