Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9fd80596a4f1a38e01a01511b546aead08da7004)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9fd80596a4f1a38e01a01511b546aead08da7004)
  • Date: Fri, 27 Feb 2009 02:21:49 -0600

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

gnome1-libs/gtk-engines/BUILD | 2 ++
gnome1-libs/gtk-engines/HISTORY | 4 ++++
gnome1-libs/gtk-engines/config.sub.patch | 12 ++++++++++++
3 files changed, 18 insertions(+)

New commits:
commit 9fd80596a4f1a38e01a01511b546aead08da7004
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

gtk-engines: fixed for x86_64

diff --git a/gnome1-libs/gtk-engines/BUILD b/gnome1-libs/gtk-engines/BUILD
new file mode 100755
index 0000000..c5a5e5d
--- /dev/null
+++ b/gnome1-libs/gtk-engines/BUILD
@@ -0,0 +1,2 @@
+patch -p0 < $SCRIPT_DIRECTORY/config.sub.patch &&
+default_build
diff --git a/gnome1-libs/gtk-engines/HISTORY b/gnome1-libs/gtk-engines/HISTORY
index a0b8678..54fd127 100644
--- a/gnome1-libs/gtk-engines/HISTORY
+++ b/gnome1-libs/gtk-engines/HISTORY
@@ -1,3 +1,7 @@
+2009-02-27 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * BUILD: added for x86-64 support
+ * config.sub.patch: added (from gtk+ spell)
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/gnome1-libs/gtk-engines/config.sub.patch
b/gnome1-libs/gtk-engines/config.sub.patch
new file mode 100644
index 0000000..e337eba
--- /dev/null
+++ b/gnome1-libs/gtk-engines/config.sub.patch
@@ -0,0 +1,12 @@
+--- config.sub.old 2009-02-27 08:14:06.000000000 +0000
++++ config.sub 2009-02-27 08:14:55.000000000 +0000
+@@ -632,6 +632,9 @@
+ pentiumii-* | pentium2-*)
+ basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
+ ;;
++ x86_64-*)
++ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
++ ;;
+ pn)
+ basic_machine=pn-gould
+ ;;



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (9fd80596a4f1a38e01a01511b546aead08da7004), Ethan Grammatikidis, 02/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page