diff options
author | simonb <simonb@pkgsrc.org> | 2001-09-15 06:58:54 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2001-09-15 06:58:54 +0000 |
commit | 48136078a8d7d3d4c7cdfa657e32a1b328a5b482 (patch) | |
tree | 1f022efbe9ccb6f77d4e0e6407077cc3815d643c | |
parent | fbcc34458ba76d99e9f31d2e022d01148781bcc3 (diff) | |
download | pkgsrc-48136078a8d7d3d4c7cdfa657e32a1b328a5b482.tar.gz |
Use "-lffm -lm" instead of "-lm" on alpha to fix linking problems.
Noticed by Matt Green.
-rw-r--r-- | audio/lame/distinfo | 4 | ||||
-rw-r--r-- | audio/lame/patches/patch-aa | 24 |
2 files changed, 23 insertions, 5 deletions
diff --git a/audio/lame/distinfo b/audio/lame/distinfo index 7937cb9ac0f..ff59dd130dc 100644 --- a/audio/lame/distinfo +++ b/audio/lame/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/07/31 14:23:01 drochner Exp $ +$NetBSD: distinfo,v 1.4 2001/09/15 06:58:54 simonb Exp $ SHA1 (lame3.89beta.tar.gz) = b11dc3c88be25d91145cd6b0dc8e6703ef5e169c Size (lame3.89beta.tar.gz) = 818839 bytes -SHA1 (patch-aa) = 6512826364e36e0f44d847504f55822c1003524e +SHA1 (patch-aa) = 63e19d3ca7e2745337e708e375d5280c260eaa51 SHA1 (patch-ab) = 94f3252c2aeedf9be3b74f185b428ec8a4e6e95c SHA1 (patch-ac) = 203427f0b455ab137301fee6d82c5adaba35d121 diff --git a/audio/lame/patches/patch-aa b/audio/lame/patches/patch-aa index 7cb14166d72..97e796bc2b7 100644 --- a/audio/lame/patches/patch-aa +++ b/audio/lame/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.7 2001/07/31 14:23:01 drochner Exp $ +$NetBSD: patch-aa,v 1.8 2001/09/15 06:58:55 simonb Exp $ ---- configure.orig Sun Jul 1 22:19:07 2001 -+++ configure Tue Jul 31 12:43:26 2001 +--- configure.orig Mon Jul 2 06:19:07 2001 ++++ configure Sat Sep 15 16:47:18 2001 @@ -4327,6 +4327,8 @@ echo "$ac_t""no" 1>&6 fi @@ -19,3 +19,21 @@ $NetBSD: patch-aa,v 1.7 2001/07/31 14:23:01 drochner Exp $ echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6 +@@ -4415,7 +4418,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lffm $LIBS" ++LIBS="-lffm -lm $LIBS" + cat > conftest.$ac_ext <<EOF + #line 4421 "configure" + #include "confdefs.h" +@@ -4443,7 +4446,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- USE_LIBM="-lffm" ++ USE_LIBM="-lffm -lm" + else + echo "$ac_t""no" 1>&6 + fi |