Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (7e2633240d846e198bf174a9b01d53a9e6e18600)

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 grimoire by Eric Sandall (7e2633240d846e198bf174a9b01d53a9e6e18600)
  • Date: Thu, 10 Sep 2009 22:30:34 -0500

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

crypto/beecrypt/BUILD | 15 +++++++++++++++
crypto/beecrypt/HISTORY | 4 ++++
2 files changed, 19 insertions(+)

New commits:
commit 7e2633240d846e198bf174a9b01d53a9e6e18600
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

beecrypt: Fix Bug #15293
Fix from
http://foo-projects.org/git/?p=lunar/moonbase.git;a=blob;f=crypto/beecrypt/BUILD

diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD
new file mode 100755
index 0000000..9e3ea26
--- /dev/null
+++ b/crypto/beecrypt/BUILD
@@ -0,0 +1,15 @@
+# Fixes compilation error:
+# mpopt.s:62: Error: bad register name `%rdi'
+# http://bugs.sourcemage.org/show_bug.cgi?id=15293#c2
+
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]] ; then
+ # Workaround for bad configure script
+ export CFLAGS=${CFLAGS/-march=nocona/-march=i686} &&
+ export CFLAGS=${CFLAGS/-march=core2/-march=i686} &&
+ export CFLAGS=${CFLAGS/-march=athlon-fx/-march=i686} &&
+ export CFLAGS=${CFLAGS/-march=k8/-march=i686} &&
+ export CFLAGS=${CFLAGS/-march=opteron/-march=i686} &&
+ export CFLAGS=${CFLAGS/-march=em64t/-march=i686}
+fi &&
+
+default_build
diff --git a/crypto/beecrypt/HISTORY b/crypto/beecrypt/HISTORY
index 9fb2aec..ed5c9cf 100644
--- a/crypto/beecrypt/HISTORY
+++ b/crypto/beecrypt/HISTORY
@@ -1,3 +1,7 @@
+2009-09-10 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fix Bug #15293
+ Fix from
http://foo-projects.org/git/?p=lunar/moonbase.git;a=blob;f=crypto/beecrypt/BUILD
+
2009-07-12 Treeve Jelbert <treeve@pibe>
* DETAILS: version 4.2.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7e2633240d846e198bf174a9b01d53a9e6e18600), Eric Sandall, 09/10/2009

Archive powered by MHonArc 2.6.24.

Top of Page