diff options
author | Jason Wever <weeve@gentoo.org> | 2003-08-14 01:30:50 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-08-14 01:30:50 +0000 |
commit | c30a00712ba804aba270a0e1b4c27085808aa6bb (patch) | |
tree | e95c75d90a1b9901bf42bc22c031b3d5cb3e64eb /net-irc | |
parent | Added symlinks into /usr/lib for easy access. Fixed bug with gtkada-config. (diff) | |
download | gentoo-2-c30a00712ba804aba270a0e1b4c27085808aa6bb.tar.gz gentoo-2-c30a00712ba804aba270a0e1b4c27085808aa6bb.tar.bz2 gentoo-2-c30a00712ba804aba270a0e1b4c27085808aa6bb.zip |
Added a replace-flags statement to hopefully fix a seg fault on sparcs.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/Manifest | 6 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.3-r1.ebuild | 8 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.4.ebuild | 9 |
4 files changed, 23 insertions, 6 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 0685276ee943..47a12df0d73a 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.64 2003/08/13 18:41:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.65 2003/08/14 01:30:26 weeve Exp $ + + 13 Aug 2003; Jason Wever <weeve@gentoo.org> xchat-2.0.3-r1.ebuild, + xchat-2.0.4.ebuild: + Added a replace-flags statement to hopefully fix a seg fault on sparcs. 06 Aug 2003; Alastair Tse <liquidx@gentoo.org> xchat-2.0.3-r1.ebuild, xchat-2.0.4.ebuild: diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest index 5a5d51c17ec4..963e5e18c6fa 100644 --- a/net-irc/xchat/Manifest +++ b/net-irc/xchat/Manifest @@ -1,12 +1,12 @@ -MD5 4cb1ac5d01a0b3f45dbb4acb2fbd43e1 ChangeLog 9217 MD5 fb5772136a872c08434566d4f0bcdc7f metadata.xml 179 MD5 d6896c2421454aab5a0cefef7bed9946 xchat-1.8.10-r1.ebuild 2307 MD5 849da81b46b8b7ea36a6454227a1f12d xchat-1.8.11.ebuild 2230 MD5 bc68023a361d1a90c51651cc396d6bc3 xchat-2.0.0.ebuild 1929 MD5 b8b48f2cd8a05c37ee506f688b1c5f5b xchat-2.0.1.ebuild 1999 MD5 02f182c540386303cb887a0aacbdfd2c xchat-2.0.2-r2.ebuild 2152 -MD5 cb31a3b7a8473d3e3dedf6beba22f363 xchat-2.0.3-r1.ebuild 1791 -MD5 d7371a46884b4bec09d66f6316148e4d xchat-2.0.4.ebuild 1636 +MD5 ef4f52cee6708be4c3d78d4b5bc7f0c1 xchat-2.0.3-r1.ebuild 1927 +MD5 eba9299858a03cbb36633f2e810cbe4d ChangeLog 9382 +MD5 49fe65f2f395661cba1e7673ab0bada9 xchat-2.0.4.ebuild 1781 MD5 011b499714e85d4177185aabaeb1db15 files/00_all_tabs-leftright-and-gtk-icons.patch 13367 MD5 7c2450584076659603dc908ffc53b537 files/digest-xchat-1.8.10-r1 65 MD5 e2b99b2d2dfc54ba96e560c0ed8392df files/digest-xchat-1.8.11 65 diff --git a/net-irc/xchat/xchat-2.0.3-r1.ebuild b/net-irc/xchat/xchat-2.0.3-r1.ebuild index 5dd9046273a6..18d273ce4dbc 100644 --- a/net-irc/xchat/xchat-2.0.3-r1.ebuild +++ b/net-irc/xchat/xchat-2.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.3-r1.ebuild,v 1.5 2003/08/06 02:02:13 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.3-r1.ebuild,v 1.6 2003/08/14 01:30:27 weeve Exp $ inherit eutils @@ -13,6 +13,12 @@ SLOT="2" KEYWORDS="x86 ~ppc ~sparc alpha" IUSE="perl tcltk python ssl gtk mmx ipv6 nls" +# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org> +if [ ${ARCH} = "sparc" ] +then + replace-flags "-O3" "-O2" +fi + RDEPEND=">=dev-libs/glib-2.0.3 gtk? ( >=x11-libs/gtk+-2.0.3 ) perl? ( >=dev-lang/perl-5.6.1 ) diff --git a/net-irc/xchat/xchat-2.0.4.ebuild b/net-irc/xchat/xchat-2.0.4.ebuild index 52b142641698..de0cc7844819 100644 --- a/net-irc/xchat/xchat-2.0.4.ebuild +++ b/net-irc/xchat/xchat-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.4.ebuild,v 1.3 2003/08/13 18:41:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.4.ebuild,v 1.4 2003/08/14 01:30:27 weeve Exp $ inherit eutils @@ -13,6 +13,13 @@ SLOT="2" KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa" IUSE="perl tcltk python ssl gtk mmx ipv6 nls" +# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org> +if [ ${ARCH} = "sparc" ] +then + replace-flags "-O3" "-O2" +fi + + RDEPEND=">=dev-libs/glib-2.0.3 gtk? ( >=x11-libs/gtk+-2.0.3 ) perl? ( >=dev-lang/perl-5.6.1 ) |