diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-09-23 18:59:25 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2004-09-23 18:59:25 +0000 |
commit | 6c2098e4d7d5a7e93e3348190482dc8ec2c312dc (patch) | |
tree | 7a43136e0b3e7f887df66f3175c5a9ebbdf21e00 /dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild | |
parent | make sure we delete files in $ROOT, not / (diff) | |
download | historical-6c2098e4d7d5a7e93e3348190482dc8ec2c312dc.tar.gz historical-6c2098e4d7d5a7e93e3348190482dc8ec2c312dc.tar.bz2 historical-6c2098e4d7d5a7e93e3348190482dc8ec2c312dc.zip |
Fixed gcc-3.4 compile issues
Diffstat (limited to 'dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild')
-rw-r--r-- | dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild index e02984204c98..85604ae0430f 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-0.9.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/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild,v 1.1 2004/08/16 19:58:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-0.9.9-r1.ebuild,v 1.2 2004/09/23 18:59:25 sekretarz Exp $ inherit eutils @@ -19,6 +19,7 @@ DEPEND="virtual/libc src_unpack() { unpack ${A} cd ${S} + epatch ${FILESDIR}/${PN}-gcc-3.4.patch epatch ${FILESDIR}/gentoo-${PV}-r1.patch } |