summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-03-25 14:31:43 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-03-25 14:31:43 +0000
commit285a480a8733eab0a9b7d0b4af0472aed2402730 (patch)
treee1bce210f91443f1ecafaf94dc8725ccec950001 /dev-libs/pth/pth-1.4.1.ebuild
parent~amd64 (diff)
downloadgentoo-2-285a480a8733eab0a9b7d0b4af0472aed2402730.tar.gz
gentoo-2-285a480a8733eab0a9b7d0b4af0472aed2402730.tar.bz2
gentoo-2-285a480a8733eab0a9b7d0b4af0472aed2402730.zip
fix compile warnings
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/pth/pth-1.4.1.ebuild')
-rw-r--r--dev-libs/pth/pth-1.4.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild
index 90536e7362a1..f836e134c63a 100644
--- a/dev-libs/pth/pth-1.4.1.ebuild
+++ b/dev-libs/pth/pth-1.4.1.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/dev-libs/pth/pth-1.4.1.ebuild,v 1.20 2005/01/22 09:41:13 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.21 2005/03/25 14:31:43 vanquirius Exp $
inherit gnuconfig
@@ -21,6 +21,9 @@ src_unpack() {
# update GNU config files
gnuconfig_update
+ #fix warnings
+ sed -i "s:pow10:math_pow10:g" pth_string.c
+ sed -i "s:round:math_round:g" pth_string.c
}
src_install() {