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 | 276b6e2ca8ede0789fc0383340864bc4c6e41d46 (patch) | |
tree | b2ab41da42633f3b91ae5ad87baffbf5e43257ea /x11-wm/windowmaker | |
parent | New snapshot. (diff) | |
download | gentoo-2-276b6e2ca8ede0789fc0383340864bc4c6e41d46.tar.gz gentoo-2-276b6e2ca8ede0789fc0383340864bc4c6e41d46.tar.bz2 gentoo-2-276b6e2ca8ede0789fc0383340864bc4c6e41d46.zip |
amd64/mmx fixes for bug 97963
(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 | 5 |
3 files changed, 10 insertions, 3 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..411e387ea70f 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 0ae4e6348309e808c04a207dc84ae102 ChangeLog 13758 MD5 641b83c6027dc91a4ac14e1749a58b41 metadata.xml 222 -MD5 228801166ef0c9232fb3d2bb112d8113 windowmaker-0.92.0.ebuild 4774 +MD5 21bf3953e2494660431c30e60ff90aa4 windowmaker-0.92.0.ebuild 4886 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" |