pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/lame s/__inline/inline/ to give this package a c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c0c7049e976
branches: trunk
changeset: 483593:5c0c7049e976
user: sketch <sketch%pkgsrc.org@localhost>
date: Mon Nov 15 15:30:30 2004 +0000
description:
s/__inline/inline/ to give this package a chance of building with more
compilers, such as SunPro.
diffstat:
audio/lame/distinfo | 3 ++-
audio/lame/patches/patch-ae | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r f7a25ea722ad -r 5c0c7049e976 audio/lame/distinfo
--- a/audio/lame/distinfo Mon Nov 15 15:22:34 2004 +0000
+++ b/audio/lame/distinfo Mon Nov 15 15:30:30 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/09/06 10:46:03 adam Exp $
+$NetBSD: distinfo,v 1.13 2004/11/15 15:30:30 sketch Exp $
SHA1 (lame-3.96.1.tar.gz) = 3a8e6d17c8b1d3558e817a5bf9b70ed68f93988f
Size (lame-3.96.1.tar.gz) = 1255629 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ab) = da88c3c130e8b1420baf52c36e657378bdb58a36
SHA1 (patch-ac) = 8e1495493c534943608baeab18c1063c66509dbc
SHA1 (patch-ad) = 976c3364ca70f90a5f7b3aabfa3b228dcf0d010f
+SHA1 (patch-ae) = 52d847040fbebe2aabe704390eb6d66e7fb53984
diff -r f7a25ea722ad -r 5c0c7049e976 audio/lame/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/lame/patches/patch-ae Mon Nov 15 15:30:30 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2004/11/15 15:30:30 sketch Exp $
+
+--- libmp3lame/gain_analysis.c.orig 2004-11-15 15:21:54.010807000 +0000
++++ libmp3lame/gain_analysis.c 2004-11-15 15:22:08.332150000 +0000
+@@ -247,7 +247,7 @@
+
+ /* returns GAIN_ANALYSIS_OK if successful, GAIN_ANALYSIS_ERROR if not */
+
+-static __inline double fsqr(const double d)
++static inline double fsqr(const double d)
+ { return d*d;
+ }
+
Home |
Main Index |
Thread Index |
Old Index