pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/avidemux Don't hard code -lpthread, fixes d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ec7ef3c1055
branches:  trunk
changeset: 509692:9ec7ef3c1055
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 13 17:30:31 2006 +0000

description:
Don't hard code -lpthread, fixes detection e.g. of Spidermonkey on
DragonFly.

diffstat:

 multimedia/avidemux/distinfo         |   3 ++-
 multimedia/avidemux/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r cd51178421a4 -r 9ec7ef3c1055 multimedia/avidemux/distinfo
--- a/multimedia/avidemux/distinfo      Mon Mar 13 16:10:15 2006 +0000
+++ b/multimedia/avidemux/distinfo      Mon Mar 13 17:30:31 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/01/27 20:28:56 xtraeme Exp $
+$NetBSD: distinfo,v 1.6 2006/03/13 17:30:31 joerg Exp $
 
 SHA1 (avidemux-2.1.1.tar.gz) = ef2ac55a28ded0ba6b8edd4dfbd251144c63928e
 RMD160 (avidemux-2.1.1.tar.gz) = 4e3252beaf58d0839df58b56341174b66f6246b6
 Size (avidemux-2.1.1.tar.gz) = 4121344 bytes
 SHA1 (patch-aa) = 7d8a6c9318fb68db6456515ddddbf4be5788a694
+SHA1 (patch-ab) = b3412bde623c66826855b46a2da17cd5ca6c74f4
diff -r cd51178421a4 -r 9ec7ef3c1055 multimedia/avidemux/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/avidemux/patches/patch-ab      Mon Mar 13 17:30:31 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/03/13 17:30:31 joerg Exp $
+
+--- configure.orig     2006-03-13 15:51:48.000000000 +0000
++++ configure
+@@ -17142,7 +17142,7 @@ have_darwin=no
+ have_amd64=no
+ have_ppc=no
+ have_x264=yes
+-LDFLAGS="$LDFLAGS -lpthread "
++LDFLAGS="$LDFLAGS ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} "
+ 
+ 
+ for ac_header in malloc.h



Home | Main Index | Thread Index | Old Index