[SM-Commit] GIT changes to master games grimoire by David Kowis (29f9565f0b1cb930eddcdec83e6c1f0a5f65dd2c)

David Kowis scm at sourcemage.org
Wed Apr 18 11:34:35 EDT 2007


GIT changes to master games grimoire by David Kowis <dkowis at shlrm.org>:

 games-emulators/zsnes/BUILD     |    1 +
 games-emulators/zsnes/CONFIGURE |    1 +
 games-emulators/zsnes/HISTORY   |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit 29f9565f0b1cb930eddcdec83e6c1f0a5f65dd2c
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at shlrm.org>

    zsnes
    added --omg-optimize to the configure query
    it worked for me on my xeon p4 ;)

diff --git a/games-emulators/zsnes/BUILD b/games-emulators/zsnes/BUILD
index 42383f5..59b43b3 100755
--- a/games-emulators/zsnes/BUILD
+++ b/games-emulators/zsnes/BUILD
@@ -1,3 +1,4 @@
 cd  src  &&
+OPTS="$OPTS $ZSNES_OMG_OPTIMIZE"
 make_single &&
 default_games_build
diff --git a/games-emulators/zsnes/CONFIGURE b/games-emulators/zsnes/CONFIGURE
new file mode 100755
index 0000000..c5eab72
--- /dev/null
+++ b/games-emulators/zsnes/CONFIGURE
@@ -0,0 +1 @@
+config_query_option ZSNES_OMG_OPTIMIZE "Do you want 'Release' optimizations (-O99999999) ?" n "--enable-release" ""
diff --git a/games-emulators/zsnes/HISTORY b/games-emulators/zsnes/HISTORY
index 3102368..f54eed5 100644
--- a/games-emulators/zsnes/HISTORY
+++ b/games-emulators/zsnes/HISTORY
@@ -2,6 +2,7 @@
 	* DETAILS: version bumped to 1.51, now it builds on xorg-modular systems
 	* *.patch: removed as no longer apply
 	* PRE_BUILD: removed, because nothing to do
+	* CONFIGURE, BUILD: added --omg-optimize
 
 2006-09-21 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS: [automated] Removed BUILD_API=2.



More information about the SM-Commit mailing list