summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-08 09:59:52 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-08 09:59:52 +0000
commitcef63a52d9d61c3998a653597dde2b5100721808 (patch)
treeb3b7d2aebf1c855a643e6d2d42a6be6943d2350c /gnome-extra/at-spi
parentlibchipcard version bump (diff)
downloadhistorical-cef63a52d9d61c3998a653597dde2b5100721808.tar.gz
historical-cef63a52d9d61c3998a653597dde2b5100721808.tar.bz2
historical-cef63a52d9d61c3998a653597dde2b5100721808.zip
patch to fix compilation problems
Diffstat (limited to 'gnome-extra/at-spi')
-rw-r--r--gnome-extra/at-spi/ChangeLog6
-rw-r--r--gnome-extra/at-spi/Manifest5
-rw-r--r--gnome-extra/at-spi/at-spi-1.1.9.ebuild6
-rw-r--r--gnome-extra/at-spi/files/at-spi-1.1.9-lspi.patch11
4 files changed, 24 insertions, 4 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog
index d4dd5421078b..5aa1b7423256 100644
--- a/gnome-extra/at-spi/ChangeLog
+++ b/gnome-extra/at-spi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/at-spi
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.17 2003/07/05 10:51:16 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.18 2003/07/08 09:59:43 liquidx Exp $
+
+ 08 Jul 2003; Alastair Tse <liquidx@gentoo.org> at-spi-1.1.9.ebuild,
+ files/at-spi-1.1.9-lspi.patch:
+ patch to workaround problematic addition of -lspi (#24090)
*at-spi-1.1.9 (05 Jul 2003)
diff --git a/gnome-extra/at-spi/Manifest b/gnome-extra/at-spi/Manifest
index 42ecb4febf3d..3e53381efccd 100644
--- a/gnome-extra/at-spi/Manifest
+++ b/gnome-extra/at-spi/Manifest
@@ -1,10 +1,11 @@
-MD5 bc9d59d538967975e2316f48edd957a7 ChangeLog 1915
+MD5 149d71e40829b0eebab4e4cec4d8a0c4 ChangeLog 2080
MD5 4a2119fc2b20084e9fa910a37c897e82 at-spi-1.0.1.ebuild 704
MD5 00e2282e5ad764ab0bc25bfb4053a085 at-spi-1.0.2.ebuild 704
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 24d4f0756d74067b6458ca4d60b0d17e at-spi-1.1.8.ebuild 680
-MD5 8e85674d07c955d793073981e0d3839f at-spi-1.1.9.ebuild 776
+MD5 32b693e7e67223ded063fb0e1baff1c6 at-spi-1.1.9.ebuild 842
MD5 970130f3de8c7c0e1077567ac433c17d files/digest-at-spi-1.0.1 65
MD5 dfe189e4aef5e50aea20770e036bdd97 files/digest-at-spi-1.0.2 65
MD5 62a394abed965ca4bcf71a069bc41190 files/digest-at-spi-1.1.8 65
MD5 9bdd83d0c2c4d9791b9473618028f7bd files/digest-at-spi-1.1.9 65
+MD5 22dee9ffe77841ab8e23f5e7a891977c files/at-spi-1.1.9-lspi.patch 282
diff --git a/gnome-extra/at-spi/at-spi-1.1.9.ebuild b/gnome-extra/at-spi/at-spi-1.1.9.ebuild
index e6bdf5eb936e..16c0ead1058d 100644
--- a/gnome-extra/at-spi/at-spi-1.1.9.ebuild
+++ b/gnome-extra/at-spi/at-spi-1.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.1.9.ebuild,v 1.1 2003/07/05 10:51:16 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.1.9.ebuild,v 1.2 2003/07/08 09:59:43 liquidx Exp $
IUSE="doc"
@@ -30,3 +30,7 @@ DEPEND="${RDEPEND}
MAKEOPTS="${MAKEOPTS} -j1"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-lspi.patch
+}
diff --git a/gnome-extra/at-spi/files/at-spi-1.1.9-lspi.patch b/gnome-extra/at-spi/files/at-spi-1.1.9-lspi.patch
new file mode 100644
index 000000000000..0c47d65267bb
--- /dev/null
+++ b/gnome-extra/at-spi/files/at-spi-1.1.9-lspi.patch
@@ -0,0 +1,11 @@
+--- at-spi-1.1.9/configure 2003-03-27 13:52:12.000000000 +0000
++++ at-spi-1.1.9/configure.new 2003-07-08 10:38:19.000000000 +0100
+@@ -10000,7 +10000,7 @@
+ { (exit 1); exit 1; }; }
+ fi
+
+-ATK_BRIDGE_LIBS="$ATK_BRIDGE_LIBS -lspi"
++#ATK_BRIDGE_LIBS="$ATK_BRIDGE_LIBS -lspi"
+
+
+