diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-02 22:20:38 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-02 22:20:38 +0000 |
commit | 0bb1f571ea9ef87d504f817b7867cade4a67b989 (patch) | |
tree | 4602530bc6f7789acb9e28ee91432750c0ad850d /x11-libs | |
parent | (Portage version: 2.0.51-r15) (Manifest recommit) (diff) | |
download | gentoo-2-0bb1f571ea9ef87d504f817b7867cade4a67b989.tar.gz gentoo-2-0bb1f571ea9ef87d504f817b7867cade4a67b989.tar.bz2 gentoo-2-0bb1f571ea9ef87d504f817b7867cade4a67b989.zip |
filter -ftracer
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index ebba3dd8a04c..9416cf47980d 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.67 2005/02/02 19:43:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.68 2005/02/02 22:20:38 lanius Exp $ + + 02 Feb 2005; Heinrich Wendel <lanius@gentoo.org> openmotif-2.2.3.ebuild: + filter -ftracer 02 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> openmotif-2.2.3.ebuild: Stable on alpha, bug 78111. diff --git a/x11-libs/openmotif/openmotif-2.2.3.ebuild b/x11-libs/openmotif/openmotif-2.2.3.ebuild index fa8caa01dd24..35bd828f040c 100644 --- a/x11-libs/openmotif/openmotif-2.2.3.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.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/x11-libs/openmotif/openmotif-2.2.3.ebuild,v 1.5 2005/02/02 19:43:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3.ebuild,v 1.6 2005/02/02 22:20:38 lanius Exp $ inherit eutils libtool flag-o-matic multilib @@ -66,6 +66,9 @@ src_compile() { # fails to copmile with -jx export MAKEOPTS="${MAKEOPTS} -j1" + # bug #80421 + filter-flags -ftracer + econf --with-x || die "configuration failed" emake || die "make failed, if you have lesstif installed removed it, compile openmotif and recompile lesstif" |