diff options
author | 2005-07-05 07:09:16 +0000 | |
---|---|---|
committer | 2005-07-05 07:09:16 +0000 | |
commit | dc30c60c69bc49a0cd57da7c1c6590d632da614b (patch) | |
tree | 93ca1186670464abacc8b1cf27199eb96cf54deb /x11-wm/windowmaker | |
parent | amd64/mmx fixes for bug 97963 (diff) | |
download | gentoo-2-dc30c60c69bc49a0cd57da7c1c6590d632da614b.tar.gz gentoo-2-dc30c60c69bc49a0cd57da7c1c6590d632da614b.tar.bz2 gentoo-2-dc30c60c69bc49a0cd57da7c1c6590d632da614b.zip |
amd64/mmx fixes for bug 97963 ; more changes
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index ef31f1725ea8..821e2b6f198d 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.53 2005/07/05 07:03:11 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.54 2005/07/05 07:09:16 fafhrd Exp $ + + 05 Jul 2005; Armando Di Cianno <fafhrd@gentoo.org> + windowmaker-0.92.0.ebuild: + amd64/mmx fixes for bug 97963 ; more changes 05 Jul 2005; Armando Di Cianno <fafhrd@gentoo.org> windowmaker-0.92.0.ebuild: diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index 3879f8bdfabc..e1ca3a5f7bb2 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -4,7 +4,7 @@ MD5 056f320591b95b4adaec5b906ae25035 windowmaker-0.80.2-r4.ebuild 4094 MD5 6dfb07e767918268038ad952d0e38029 windowmaker-0.91.0-r7.ebuild 6800 MD5 8483711f7f4a77c450fe0324434f8131 ChangeLog 13873 MD5 641b83c6027dc91a4ac14e1749a58b41 metadata.xml 222 -MD5 8e4e5b497c79b61fad2fb1371d6f10c3 windowmaker-0.92.0.ebuild 4885 +MD5 3a28b869d912f5bb139b55bf18ebdf6a windowmaker-0.92.0.ebuild 4881 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r2 144 MD5 b5304655d4ff5441989ab94a1bdc9506 files/digest-windowmaker-0.80.2-r4 144 MD5 8b11b75a0ece3b854bf47e03ded7e0ba files/digest-windowmaker-0.91.0-r1 144 diff --git a/x11-wm/windowmaker/windowmaker-0.92.0.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0.ebuild index 7adf53a60b3c..b48d7258b8a5 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0.ebuild,v 1.2 2005/07/05 07:03:11 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0.ebuild,v 1.3 2005/07/05 07:09:16 fafhrd Exp $ inherit eutils gnustep-funcs flag-o-matic @@ -105,7 +105,7 @@ src_compile() { done; # amd64 and mmx don't play nice together (yet) - use amd64 && sed -i -e 's!.*ASM_X86.*!!' "${S}/src/config.h" + use amd64 && sed -i -e '/ASM_X86/ d' "${S}/src/config.h" cd ${S} emake -j1 || die "windowmaker: make has failed" |