[SM-Commit] GIT changes to master games grimoire by David Brown (9bc9143160e04be11b23d27b039c6d0f8686a92e)

David Brown scm at mail.sourcemage.org
Wed Sep 20 01:15:24 EDT 2006


GIT changes to master games grimoire by David Brown <dmlb2000 at gmail.com>:

 games-fps/bzflag/HISTORY   |    3 +++
 games-fps/bzflag/PRE_BUILD |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9bc9143160e04be11b23d27b039c6d0f8686a92e
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    bzflag oopse didn't have the right -p flag

diff --git a/games-fps/bzflag/HISTORY b/games-fps/bzflag/HISTORY
index c082d6c..d153047 100644
--- a/games-fps/bzflag/HISTORY
+++ b/games-fps/bzflag/HISTORY
@@ -1,4 +1,7 @@
 2006-09-19 David Brown <dmlb2000 at gmail.com>
+	* PRE_BUILD: fixed -p value for configure patch
+
+2006-09-19 David Brown <dmlb2000 at gmail.com>
 	* PRE_BUILD: added to apply patch
 	* configure.ac-x86_64-fix.patch: fixes adding -mtune=x86_64 gcc doesn't
 	  like it (should be -mtune=x86-64 but I think I fixed it the way they
diff --git a/games-fps/bzflag/PRE_BUILD b/games-fps/bzflag/PRE_BUILD
index a520eec..60c95d5 100755
--- a/games-fps/bzflag/PRE_BUILD
+++ b/games-fps/bzflag/PRE_BUILD
@@ -1,3 +1,3 @@
 default_pre_build &&
 cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SPELL_DIRECTORY}/configure.ac-x86_64-fix.patch
+patch -p0 < ${SPELL_DIRECTORY}/configure.ac-x86_64-fix.patch



More information about the SM-Commit mailing list