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

Ethan Grammatikidis scm at sourcemage.org
Fri Feb 27 03:21:49 EST 2009


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
+ 		;;



More information about the SM-Commit mailing list