diff options
author | joerg <joerg> | 2006-07-24 13:58:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-07-24 13:58:11 +0000 |
commit | 5f23e11665a7876087ba43587123ffa8a1297691 (patch) | |
tree | 39fcb3fc5256676bf60c599117b74209550454b6 /audio | |
parent | 2563d6243a159c81f4c7b21e3e097a0d9fe37d29 (diff) | |
download | pkgsrc-5f23e11665a7876087ba43587123ffa8a1297691.tar.gz |
Fix konqsidebar configure test to work on DragonFly, where pthread linkage
must be explicit.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok/distinfo | 4 | ||||
-rw-r--r-- | audio/amarok/patches/patch-ab | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo index 9c602b7781c..faeb46a3e58 100644 --- a/audio/amarok/distinfo +++ b/audio/amarok/distinfo @@ -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 diff --git a/audio/amarok/patches/patch-ab b/audio/amarok/patches/patch-ab index 38841556399..87139c1fd4d 100644 --- a/audio/amarok/patches/patch-ab +++ b/audio/amarok/patches/patch-ab @@ -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 |