diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-07-05 07:03:11 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-07-05 07:03:11 +0000 |
commit | 0cc64b7b2473d1e58bffde06aab8789f682760ff (patch) | |
tree | 6c8ff926a75c0b0a9805024d50e0b2ecfcc9305e /x11-wm | |
parent | New snapshot. (diff) | |
download | historical-0cc64b7b2473d1e58bffde06aab8789f682760ff.tar.gz historical-0cc64b7b2473d1e58bffde06aab8789f682760ff.tar.bz2 historical-0cc64b7b2473d1e58bffde06aab8789f682760ff.zip |
amd64/mmx fixes for bug 97963
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0.ebuild | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 693ae78901b1..ef31f1725ea8 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.52 2005/07/04 23:46:33 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.53 2005/07/05 07:03:11 fafhrd Exp $ + + 05 Jul 2005; Armando Di Cianno <fafhrd@gentoo.org> + windowmaker-0.92.0.ebuild: + amd64/mmx fixes for bug 97963 *windowmaker-0.92.0 (04 Jul 2005) diff --git a/x11-wm/windowmaker/Manifest b/x11-wm/windowmaker/Manifest index bcf4ea07ff06..3879f8bdfabc 100644 --- a/x11-wm/windowmaker/Manifest +++ b/x11-wm/windowmaker/Manifest @@ -2,9 +2,9 @@ MD5 af77ad41a8f29bcb58d36f2816d8f91c windowmaker-0.91.0-r1.ebuild 5921 MD5 350d1c8fc3f110fa9bbd0f7a681ec880 windowmaker-0.80.2-r2.ebuild 3463 MD5 056f320591b95b4adaec5b906ae25035 windowmaker-0.80.2-r4.ebuild 4094 MD5 6dfb07e767918268038ad952d0e38029 windowmaker-0.91.0-r7.ebuild 6800 -MD5 0ae4e6348309e808c04a207dc84ae102 ChangeLog 13758 +MD5 8483711f7f4a77c450fe0324434f8131 ChangeLog 13873 MD5 641b83c6027dc91a4ac14e1749a58b41 metadata.xml 222 -MD5 228801166ef0c9232fb3d2bb112d8113 windowmaker-0.92.0.ebuild 4774 +MD5 8e4e5b497c79b61fad2fb1371d6f10c3 windowmaker-0.92.0.ebuild 4885 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 0130ffd385da..7adf53a60b3c 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.1 2005/07/04 23:46:33 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0.ebuild,v 1.2 2005/07/05 07:03:11 fafhrd Exp $ inherit eutils gnustep-funcs flag-o-matic @@ -104,6 +104,9 @@ src_compile() { fi; done; + # amd64 and mmx don't play nice together (yet) + use amd64 && sed -i -e 's!.*ASM_X86.*!!' "${S}/src/config.h" + cd ${S} emake -j1 || die "windowmaker: make has failed" |