Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a2aa1abe28465e26a8d0238e0b5031df48be7f70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a2aa1abe28465e26a8d0238e0b5031df48be7f70)
  • Date: Mon, 18 Sep 2006 12:01:12 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-players/mpg123/CONFIGURE | 2 +-
audio-players/mpg123/HISTORY | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a2aa1abe28465e26a8d0238e0b5031df48be7f70
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

make build_list local in CONFIGURE of mpg123

diff --git a/audio-players/mpg123/CONFIGURE b/audio-players/mpg123/CONFIGURE
index 27b4cd5..f339c30 100755
--- a/audio-players/mpg123/CONFIGURE
+++ b/audio-players/mpg123/CONFIGURE
@@ -1,6 +1,6 @@
#these should work on any platform
#(excluding no-fpu ones, that's experimental anyway)
-build_list="auto generic"
+local build_list="auto generic"

#now add arch-specific options
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index af535f2..4efc9d0 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,4 +1,5 @@
2006-09-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * CONFIGURE: made the build_list local
* CONFIGURE: offer ia32/ppc options only for these archs
and default gapless to y as upstream does




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a2aa1abe28465e26a8d0238e0b5031df48be7f70), Thomas Orgis, 09/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page