diff options
author | 2005-11-13 07:18:42 +0000 | |
---|---|---|
committer | 2005-11-13 07:18:42 +0000 | |
commit | b6a9ba7bde22f06fce526d559c25f912fdb440b0 (patch) | |
tree | 54a5adf5734b6804711c0dec8fd88ea8249c1e68 /x11-plugins/wmtz/wmtz-0.7.ebuild | |
parent | initial import (diff) | |
download | historical-b6a9ba7bde22f06fce526d559c25f912fdb440b0.tar.gz historical-b6a9ba7bde22f06fce526d559c25f912fdb440b0.tar.bz2 historical-b6a9ba7bde22f06fce526d559c25f912fdb440b0.zip |
Removing condition for patch, so gcc4 can compile this too
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-plugins/wmtz/wmtz-0.7.ebuild')
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index a8d970a2b720..8441cae4339e 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.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-plugins/wmtz/wmtz-0.7.ebuild,v 1.13 2005/11/11 11:13:23 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.14 2005/11/13 07:18:42 morfic Exp $ inherit eutils toolchain-funcs @@ -20,10 +20,7 @@ src_unpack() { cd ${S} #apply both patches to compile with gcc-3.4 closing bug #64556 - if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] - then epatch ${FILESDIR}/wmtz-0.7-gcc34.patch - fi } src_compile() { |