pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libtunepimp Fix adding LIBS in configure



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9c3b6956c85
branches:  trunk
changeset: 511357:d9c3b6956c85
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 13 12:43:45 2006 +0000

description:
Fix adding LIBS in configure

diffstat:

 audio/libtunepimp/distinfo         |   4 ++--
 audio/libtunepimp/patches/patch-ab |  20 ++++++++++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r b5e4dc37365c -r d9c3b6956c85 audio/libtunepimp/distinfo
--- a/audio/libtunepimp/distinfo        Thu Apr 13 12:02:41 2006 +0000
+++ b/audio/libtunepimp/distinfo        Thu Apr 13 12:43:45 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/04/12 21:41:58 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/04/13 12:43:45 adam Exp $
 
 SHA1 (libtunepimp-0.4.2.tar.gz) = deb7ac22e451b7512006e6f090333e14d4cbc78f
 RMD160 (libtunepimp-0.4.2.tar.gz) = f4c7ebeb505c6b8b1dff284aebf6c9e249192765
 Size (libtunepimp-0.4.2.tar.gz) = 1019995 bytes
 SHA1 (patch-aa) = 96a06f82115c6bbb5e4b4c4e65e2d2cba48ae55d
-SHA1 (patch-ab) = 76f9d968de252f16d8a07daa710fe130ffed3764
+SHA1 (patch-ab) = d72634d99a70925ee180108db4a95c10124b7de0
diff -r b5e4dc37365c -r d9c3b6956c85 audio/libtunepimp/patches/patch-ab
--- a/audio/libtunepimp/patches/patch-ab        Thu Apr 13 12:02:41 2006 +0000
+++ b/audio/libtunepimp/patches/patch-ab        Thu Apr 13 12:43:45 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/04/12 21:41:58 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2006/04/13 12:43:45 adam Exp $
 
---- configure.orig     2006-04-12 11:30:20.000000000 +0000
+--- configure.orig     2006-01-28 21:54:07.000000000 +0100
 +++ configure
 @@ -20504,9 +20504,9 @@ fi
      echo "*** Or see http://developer.kde.org/~wheeler/taglib.html";
@@ -15,3 +15,19 @@
          if test "$VERSION_CHECK" = "1" ; then
              echo "$as_me:$LINENO: result: yes" >&5
  echo "${ECHO_T}yes" >&6
+@@ -21401,7 +21401,6 @@ echo "$as_me: error: \"Cannot build. Sto
+ fi
+ 
+ 
+-LIBS="-lmusicbrainz"
+ if test "$cross_compiling" = yes; then
+   have_mbver=false
+ else
+@@ -21478,7 +21477,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ 
+-LIBS=""
+ if test "x$os" = "xdarwin"; then
+   LIBS="$LIBS -framework CoreFoundation"
+ fi



Home | Main Index | Thread Index | Old Index