diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 09:59:52 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 09:59:52 +0000 |
commit | aa7b156ab6555e9fa7f520d1b55369652d56662d (patch) | |
tree | 1e82e6ecaa2ccf4055e58a2e7aaa6fe6c3c50775 /gnome-extra/at-spi | |
parent | libchipcard version bump (diff) | |
download | gentoo-2-aa7b156ab6555e9fa7f520d1b55369652d56662d.tar.gz gentoo-2-aa7b156ab6555e9fa7f520d1b55369652d56662d.tar.bz2 gentoo-2-aa7b156ab6555e9fa7f520d1b55369652d56662d.zip |
patch to fix compilation problems
Diffstat (limited to 'gnome-extra/at-spi')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/at-spi/Manifest | 5 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-1.1.9.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/at-spi-1.1.9-lspi.patch | 11 |
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" + + + |