diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-09-30 12:15:10 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-09-30 12:15:10 +0000 |
commit | a4744f1db36cc73d71c9b1833858e51bd1085319 (patch) | |
tree | ced6038b1da27de6abad2578573fa3de9ceb4a28 /net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild | |
parent | Stable for sparc. (Manifest recommit) (diff) | |
download | gentoo-2-a4744f1db36cc73d71c9b1833858e51bd1085319.tar.gz gentoo-2-a4744f1db36cc73d71c9b1833858e51bd1085319.tar.bz2 gentoo-2-a4744f1db36cc73d71c9b1833858e51bd1085319.zip |
Apply patch for clean compile on >=gcc3.4. Closes #65400.
Diffstat (limited to 'net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild')
-rw-r--r-- | net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild b/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild index 8812322e6707..1ab6fdf80b53 100644 --- a/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild +++ b/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild,v 1.20 2004/07/15 02:31:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.96.9-r1.ebuild,v 1.21 2004/09/30 12:15:10 ticho Exp $ inherit gcc @@ -29,6 +29,9 @@ src_compile() { if [ "`gcc-major-version`" = "3" ]; then export LIBS="-lcrypt -lsupc++" + if [ `gcc-minor-version` -ge 3 ]; then + epatch ${FILESDIR}/${P}-gcc3.3.patch + fi fi if [ "`gcc-major-version`" = "2" ]; then |