Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Sun, 7 May 2006 09:38:12 -0500

GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-libs/gnome-common2/PRE_BUILD | 3 +++
gnome2-libs/gnome-common2/config.sub.patch | 12 ++++++++++++
2 files changed, 15 insertions(+)

New commits:
commit 4368f8ef952a99fa132246be64977e232f757d15
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome2-common: add files missed.

diff --git a/gnome2-libs/gnome-common2/PRE_BUILD
b/gnome2-libs/gnome-common2/PRE_BUILD
new file mode 100755
index 0000000..506231c
--- /dev/null
+++ b/gnome2-libs/gnome-common2/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 ${SCRIPT_DIRECTORY}/config.sub.patch
diff --git a/gnome2-libs/gnome-common2/config.sub.patch
b/gnome2-libs/gnome-common2/config.sub.patch
new file mode 100644
index 0000000..c3569a1
--- /dev/null
+++ b/gnome2-libs/gnome-common2/config.sub.patch
@@ -0,0 +1,12 @@
+--- config.sub.old 2000-02-02 16:53:22.000000000 -0800
++++ config.sub 2005-04-04 23:12:05.000000000 -0700
+@@ -632,6 +631,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
+ ;;




Archive powered by MHonArc 2.6.24.

Top of Page