summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-11 02:23:27 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-11 02:23:27 +0000
commit7bfc3db387af60d2591e14240eefb47ca5a0d688 (patch)
tree0d4d36d585abcc7141b279a3a184a462dbe8827a /dev-libs/pth/pth-1.4.0.ebuild
parentadd dep on gst-plugins-gconf, fixes #132864. add as-needed patch, fixes #128904 (diff)
downloadhistorical-7bfc3db387af60d2591e14240eefb47ca5a0d688.tar.gz
historical-7bfc3db387af60d2591e14240eefb47ca5a0d688.tar.bz2
historical-7bfc3db387af60d2591e14240eefb47ca5a0d688.zip
sh love
Package-Manager: portage-2.1_pre10-r3
Diffstat (limited to 'dev-libs/pth/pth-1.4.0.ebuild')
-rw-r--r--dev-libs/pth/pth-1.4.0.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild
index 32d9231dbce4..f2ea3f39a08a 100644
--- a/dev-libs/pth/pth-1.4.0.ebuild
+++ b/dev-libs/pth/pth-1.4.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.24 2005/06/18 00:42:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.25 2006/05/11 02:23:27 vapier Exp $
-inherit gnuconfig libtool
+inherit libtool
DESCRIPTION="GNU Portable Threads"
HOMEPAGE="http://www.gnu.org/software/pth/"
@@ -10,18 +10,17 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc-macos ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ppc ppc-macos ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
src_unpack() {
unpack ${A}
- gnuconfig_update
use ppc-macos && darwintoolize
#fix warnings
- sed -i "s:pow10:math_pow10:g" ${S}/pth_string.c
- sed -i "s:round:math_round:g" ${S}/pth_string.c
+ sed -i "s:pow10:math_pow10:g" "${S}"/pth_string.c
+ sed -i "s:round:math_round:g" "${S}"/pth_string.c
}
src_install() {