Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (5fef62c3c41de8350911baea747e6eacd041e5a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (5fef62c3c41de8350911baea747e6eacd041e5a3)
  • Date: Sat, 12 Apr 2008 01:04:13 -0500

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-emulators/zsnes/HISTORY | 1 +
games-emulators/zsnes/PRE_BUILD | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5fef62c3c41de8350911baea747e6eacd041e5a3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

zsnes: Don't run ./configure twice

diff --git a/games-emulators/zsnes/HISTORY b/games-emulators/zsnes/HISTORY
index 5210ec5..bd51fad 100644
--- a/games-emulators/zsnes/HISTORY
+++ b/games-emulators/zsnes/HISTORY
@@ -1,5 +1,6 @@
2008-04-12 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
+ Do not run ./configure via autogen.sh
* gcc43.patch: Adhere to GCC 4.3.0 strictness

2007-09-29 Arwed v. Merkatz <v.merkatz AT gmx.net>
diff --git a/games-emulators/zsnes/PRE_BUILD b/games-emulators/zsnes/PRE_BUILD
index 462a434..62ab965 100755
--- a/games-emulators/zsnes/PRE_BUILD
+++ b/games-emulators/zsnes/PRE_BUILD
@@ -10,5 +10,5 @@ sed -i
"s:\$(DESTDIR)/@prefix@/bin:$INSTALL_ROOT/usr/games:" Makefile.in &&
sed -i "s:@prefix@/man:@prefix@/share/man:" Makefile.in &&

if [[ $ZSNES_CVS = y ]]; then
- ./autogen.sh
+ ./autogen.sh --noconf
fi



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (5fef62c3c41de8350911baea747e6eacd041e5a3), Eric Sandall, 04/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page