diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-03-14 15:25:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-03-14 15:25:48 +0000 |
commit | e08cc6a67c51e2f3393326ec78c87497589efdab (patch) | |
tree | 2edf0df2d3883a6078050612561eecace111313d /x11-libs/openmotif | |
parent | Version bump (diff) | |
download | gentoo-2-e08cc6a67c51e2f3393326ec78c87497589efdab.tar.gz gentoo-2-e08cc6a67c51e2f3393326ec78c87497589efdab.tar.bz2 gentoo-2-e08cc6a67c51e2f3393326ec78c87497589efdab.zip |
Fix workaround for LANG, bug 15119.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 2064c58a49e6..c4f16a0889da 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.228 2010/03/08 12:00:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.229 2010/03/14 15:25:48 ulm Exp $ + + 14 Mar 2010; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.2-r2.ebuild: + Fix workaround for LANG, bug 15119. 08 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> openmotif-2.3.2-r2.ebuild, +files/openmotif-2.3.2-libpng14.patch: diff --git a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild index d42f5366129e..2fed5e7fa2ee 100644 --- a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.5 2010/03/08 16:58:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.6 2010/03/14 15:25:48 ulm Exp $ EAPI=3 @@ -101,7 +101,7 @@ src_prepare() { src_configure() { # get around some LANG problems in make (#15119) - unset LANG + LANG=C # bug #80421 filter-flags -ftracer |