pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/amarok tunepimp needs pthread for the test to work.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c844de2a2a44
branches: trunk
changeset: 513332:c844de2a2a44
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri May 26 09:07:49 2006 +0000
description:
tunepimp needs pthread for the test to work.
diffstat:
audio/amarok/distinfo | 3 ++-
audio/amarok/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 1a785b55ca1b -r c844de2a2a44 audio/amarok/distinfo
--- a/audio/amarok/distinfo Fri May 26 08:51:10 2006 +0000
+++ b/audio/amarok/distinfo Fri May 26 09:07:49 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2006/04/04 20:13:55 wiz Exp $
+$NetBSD: distinfo,v 1.18 2006/05/26 09:07:49 joerg Exp $
SHA1 (amarok-1.3.9.tar.bz2) = 724293cd312b8bebb50329713ccf702382f29314
RMD160 (amarok-1.3.9.tar.bz2) = ac13bf4f9e155c0acccc6540869a3c38920f2747
Size (amarok-1.3.9.tar.bz2) = 10032254 bytes
SHA1 (patch-aa) = 32ae1ed331a36951739651f380363b71cc0b04e8
+SHA1 (patch-ab) = 48c99f7eefef2925e76801dca0a97765ecba6609
diff -r 1a785b55ca1b -r c844de2a2a44 audio/amarok/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amarok/patches/patch-ab Fri May 26 09:07:49 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/05/26 09:07:49 joerg Exp $
+
+--- configure.orig 2006-05-26 08:09:23.000000000 +0000
++++ configure
+@@ -36295,7 +36295,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetFile
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ltunepimp $LIBS"
++LIBS="-ltunepimp $PTHREAD_LDFLAGS $PTHREAD_LIBS $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
Home |
Main Index |
Thread Index |
Old Index