Fix konqsidebar configure test to work on DragonFly, where pthread linkage
must be explicit.
This commit is contained in:
parent
7ec4cf4bb7
commit
ca6d9143a4
2 changed files with 14 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.20 2006/07/04 06:45:16 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.21 2006/07/24 13:58:11 joerg Exp $
|
||||
|
||||
SHA1 (amarok-1.4.1.tar.bz2) = ecabf7fd15ac45d29ccd1b9309f093ecda8acfab
|
||||
RMD160 (amarok-1.4.1.tar.bz2) = d9df29c2a2a7b81aabb73c66b83190f0bc109094
|
||||
Size (amarok-1.4.1.tar.bz2) = 13509939 bytes
|
||||
SHA1 (patch-aa) = 32ae1ed331a36951739651f380363b71cc0b04e8
|
||||
SHA1 (patch-ab) = 48c99f7eefef2925e76801dca0a97765ecba6609
|
||||
SHA1 (patch-ab) = a36c9ca68810c71a95857249b63ff19d4b3f3fbb
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-ab,v 1.1 2006/05/26 09:07:49 joerg Exp $
|
||||
$NetBSD: patch-ab,v 1.2 2006/07/24 13:58:11 joerg Exp $
|
||||
|
||||
--- configure.orig 2006-05-26 08:09:23.000000000 +0000
|
||||
--- configure.orig 2006-07-02 20:29:34.000000000 +0000
|
||||
+++ configure
|
||||
@@ -36295,7 +36295,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetFile
|
||||
@@ -36047,7 +36047,7 @@ if test "${ac_cv_lib_tunepimp_tp_SetFile
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
|
@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1 2006/05/26 09:07:49 joerg Exp $
|
|||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -36519,7 +36519,7 @@ if test "${ac_cv_lib_konqsidebarplugin__
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lkonqsidebarplugin $LIBS"
|
||||
+LIBS="-lkonqsidebarplugin ${PTHREAD_LIBS} ${PTHREAD_LDFLAGS} $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
|
|
Loading…
Reference in a new issue