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 12:42:47 -0500

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

gnome2-libs/libunicode/HISTORY | 3 +++
gnome2-libs/libunicode/PRE_BUILD | 3 +++
gnome2-libs/libunicode/config.sub.patch | 12 ++++++++++++
3 files changed, 18 insertions(+)

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

libunicode: apply patch to detect x86_64

diff --git a/gnome2-libs/libunicode/HISTORY b/gnome2-libs/libunicode/HISTORY
index 69639f8..25aea0a 100644
--- a/gnome2-libs/libunicode/HISTORY
+++ b/gnome2-libs/libunicode/HISTORY
@@ -1,3 +1,6 @@
+2006-05-07 Robin Cook <rcook AT wyrms.net>
+ * PRE_BUILD: added to apply patch (bug 11320)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/gnome2-libs/libunicode/PRE_BUILD
b/gnome2-libs/libunicode/PRE_BUILD
new file mode 100755
index 0000000..f99cb1a
--- /dev/null
+++ b/gnome2-libs/libunicode/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 < ${SCRIPT_DIRECTORY}/config.sub.patch
diff --git a/gnome2-libs/libunicode/config.sub.patch
b/gnome2-libs/libunicode/config.sub.patch
new file mode 100644
index 0000000..c3569a1
--- /dev/null
+++ b/gnome2-libs/libunicode/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