diff options
author | adam <adam@pkgsrc.org> | 2006-04-13 12:43:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-13 12:43:45 +0000 |
commit | 51ebc35040e3462b1da5ad06d52ed7386347ba96 (patch) | |
tree | d3f002378f37ecd509f7a382adbe72b351322c32 /audio/libtunepimp | |
parent | b7322f256a5e6638f719619e4f9dfd8552748bd6 (diff) | |
download | pkgsrc-51ebc35040e3462b1da5ad06d52ed7386347ba96.tar.gz |
Fix adding LIBS in configure
Diffstat (limited to 'audio/libtunepimp')
-rw-r--r-- | audio/libtunepimp/distinfo | 4 | ||||
-rw-r--r-- | audio/libtunepimp/patches/patch-ab | 20 |
2 files changed, 20 insertions, 4 deletions
diff --git a/audio/libtunepimp/distinfo b/audio/libtunepimp/distinfo index 55f5780b7c4..7c60277876d 100644 --- a/audio/libtunepimp/distinfo +++ b/audio/libtunepimp/distinfo @@ -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 --git a/audio/libtunepimp/patches/patch-ab b/audio/libtunepimp/patches/patch-ab index 59c03692d45..7d0e0596403 100644 --- a/audio/libtunepimp/patches/patch-ab +++ b/audio/libtunepimp/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.1.1.1 2006/04/12 21:41:58 wiz Exp $ 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 |