diff options
author | 2005-01-22 22:14:05 +0000 | |
---|---|---|
committer | 2005-01-22 22:14:05 +0000 | |
commit | 4e42b87bcd6b00a04aa0aa8225e3760cb37c893c (patch) | |
tree | 9cd998990f71c9e0d68019f3f85e53f19d239665 /dev-libs/pth | |
parent | added ~amd64 to KEYWORDS. fixes #78422. (diff) | |
download | historical-4e42b87bcd6b00a04aa0aa8225e3760cb37c893c.tar.gz historical-4e42b87bcd6b00a04aa0aa8225e3760cb37c893c.tar.bz2 historical-4e42b87bcd6b00a04aa0aa8225e3760cb37c893c.zip |
Added LC_ALL=C to pth_p.h compile as per bug #78749 - gawk poblems
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/pth/Manifest | 16 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.3.ebuild | 4 |
3 files changed, 20 insertions, 6 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 6a44b60330aa..0adbbd679639 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.26 2005/01/22 21:03:59 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.27 2005/01/22 22:14:05 dragonheart Exp $ + + 23 Jan 2005; Daniel Black <dragonheart@gentoo.org> pth-2.0.3.ebuild: + Added LC_ALL=C to pth_p.h compile as per bug #78749. Thanks to Fabio Coatti + <cova@ferrara.linux.it>. 22 Jan 2005; <plasmaroo@gentoo.org> pth-2.0.3.ebuild: Marking stable on IA64; bug #72897. diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest index 8cb580a32060..a0f2d209045d 100644 --- a/dev-libs/pth/Manifest +++ b/dev-libs/pth/Manifest @@ -1,8 +1,18 @@ -MD5 1d598960a2ed17c89b11b5aaf9497106 ChangeLog 3151 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 7e484b1acf5358b31e872533aa78cc17 ChangeLog 3330 MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224 -MD5 dc01a5f3330a2acfd063b76962457c82 pth-2.0.3.ebuild 874 -MD5 ec870506fee931e3ae4250c693cbce55 pth-1.4.1.ebuild 654 +MD5 a006ce3dbad6160d9dd922915a8a79e0 pth-2.0.3.ebuild 885 MD5 1653c02c5abf5795fefde2f616286528 pth-1.4.0.ebuild 656 +MD5 ec870506fee931e3ae4250c693cbce55 pth-1.4.1.ebuild 654 MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61 MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61 MD5 b2b42d9f7e85e829667e5cec706c44fe files/digest-pth-2.0.3 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB8tAzmdTrptrqvGERAgSVAJ9zEnNGd56IriKhtyadMFUOAY9bmwCfURZG ++cQAbOh/gine9b8SQjZuu3I= +=JRXS +-----END PGP SIGNATURE----- diff --git a/dev-libs/pth/pth-2.0.3.ebuild b/dev-libs/pth/pth-2.0.3.ebuild index 29431a75d228..a5a6a4ac925a 100644 --- a/dev-libs/pth/pth-2.0.3.ebuild +++ b/dev-libs/pth/pth-2.0.3.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-2.0.3.ebuild,v 1.3 2005/01/22 21:03:59 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.3.ebuild,v 1.4 2005/01/22 22:14:05 dragonheart Exp $ inherit fixheadtails @@ -23,7 +23,7 @@ src_unpack() { src_compile() { econf || die "econf failed" # note - needed so parallel compile works. also needs built with standard locale - LANG=C emake pth_p.h || die "pth_p.h make failed" + LC_ALL=C LANG=C emake pth_p.h || die "pth_p.h make failed" emake || die "emake failed" } |