ulm 14/06/16 19:56:02 Modified: motif-2.3.4-r2.ebuild ChangeLog Log: Enable workaround for wmluiltok on non-native ABIs only, bug 513370. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.7 x11-libs/motif/motif-2.3.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?r1=1.6&r2=1.7 Index: motif-2.3.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- motif-2.3.4-r2.ebuild 14 Jun 2014 11:18:57 -0000 1.6 +++ motif-2.3.4-r2.ebuild 16 Jun 2014 19:56:02 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v 1.6 2014/06/14 11:18:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v 1.7 2014/06/16 19:56:02 ulm Exp $ EAPI=5 @@ -83,9 +83,11 @@ } multilib_src_compile() { - # The wmluiltok build tool is linked with libfl.a, therefore compile - # it for the build platform's ABI - emake -C tools/wml CC="$(tc-getBUILD_CC)" LIBS="-lfl" wmluiltok + if ! multilib_is_native_abi; then + # The wmluiltok build tool is linked with libfl.a, therefore compile + # it for the build platform's ABI + emake -C tools/wml CC="$(tc-getBUILD_CC)" LIBS="-lfl" wmluiltok + fi emake } 1.50 x11-libs/motif/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 14 Jun 2014 11:18:57 -0000 1.49 +++ ChangeLog 16 Jun 2014 19:56:02 -0000 1.50 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/motif # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.49 2014/06/14 11:18:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.50 2014/06/16 19:56:02 ulm Exp $ + + 16 Jun 2014; Ulrich Müller <[email protected]> motif-2.3.4-r2.ebuild: + Enable workaround for wmluiltok on non-native ABIs only, bug 513370. 14 Jun 2014; Pawel Hajdan jr <[email protected]> motif-2.3.4-r2.ebuild: x86 stable wrt bug #510454
