summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-common
diff options
context:
space:
mode:
authorRobin Cook2006-05-07 10:35:28 -0500
committerRobin Cook2006-05-07 10:35:28 -0500
commit189af156123949d9dc5d12f6bf0696d47c8e309d (patch)
tree185cb54aeb56a185d20bd6e27f39a62843de553c /gnome1-libs/gnome-common
parent1f280e9f90cdc72c37ea8af9645dc13a7571c78e (diff)
gnome-common: PRE_BUILD added to apply patch for x86_64 detection (bug 11210)
Diffstat (limited to 'gnome1-libs/gnome-common')
-rwxr-xr-xgnome1-libs/gnome-common/DETAILS6
-rw-r--r--gnome1-libs/gnome-common/HISTORY5
-rwxr-xr-xgnome1-libs/gnome-common/PRE_BUILD3
-rw-r--r--gnome1-libs/gnome-common/config.sub.patch12
4 files changed, 23 insertions, 3 deletions
diff --git a/gnome1-libs/gnome-common/DETAILS b/gnome1-libs/gnome-common/DETAILS
index c397c350ad..3812b72565 100755
--- a/gnome1-libs/gnome-common/DETAILS
+++ b/gnome1-libs/gnome-common/DETAILS
@@ -6,12 +6,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_HASH=sha512:7b7b5890d8a812d118bae1c77f1e1563dff6344f4b95e00415c0b420097ea2ee90e6fee96314f9c08ee3e8962d749f3c679eb38ddd1bf076d93d7d7da0cefaaf
- MAINTAINER=jon-sven@frisurf.no
- WEB_SITE=http://www.gnome.org
LICENSE[0]=GPL
+ BUILD_API=2
+ KEYWORDS="gnome1 libs"
+ WEB_SITE=http://www.gnome.org
ENTERED=20010922
UPDATED=20010922
- KEYWORDS="gnome1 libs"
SHORT="gnome-common contains macros common to GNOME programs."
cat << EOF
gnome-common contains macros common to GNOME programs
diff --git a/gnome1-libs/gnome-common/HISTORY b/gnome1-libs/gnome-common/HISTORY
index a62868f3f5..23276fa5b0 100644
--- a/gnome1-libs/gnome-common/HISTORY
+++ b/gnome1-libs/gnome-common/HISTORY
@@ -1,3 +1,8 @@
+2006-05-07 Robin Cook <rcook@wyrms.net>
+ * DETAILS: added build api 2
+ removed MAINTAINER
+ * PRE_BUILD: added to apply config.sub.patch (bug 11210)
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/gnome1-libs/gnome-common/PRE_BUILD b/gnome1-libs/gnome-common/PRE_BUILD
new file mode 100755
index 0000000000..f99cb1a9fb
--- /dev/null
+++ b/gnome1-libs/gnome-common/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 < ${SCRIPT_DIRECTORY}/config.sub.patch
diff --git a/gnome1-libs/gnome-common/config.sub.patch b/gnome1-libs/gnome-common/config.sub.patch
new file mode 100644
index 0000000000..c3569a1c3f
--- /dev/null
+++ b/gnome1-libs/gnome-common/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
+ ;;