Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/motif: motif-2.3.4-r2.ebuild
Date: Thu, 01 May 2014 09:25:32
Message-Id: 20140501092525.C26082004C@flycatcher.gentoo.org
1 ulm 14/05/01 09:25:25
2
3 Modified: motif-2.3.4-r2.ebuild
4 Log:
5 Clarify a comment.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 x11-libs/motif/motif-2.3.4-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: motif-2.3.4-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- motif-2.3.4-r2.ebuild 30 Apr 2014 18:11:08 -0000 1.1
23 +++ motif-2.3.4-r2.ebuild 1 May 2014 09:25:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v 1.1 2014/04/30 18:11:08 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r2.ebuild,v 1.2 2014/05/01 09:25:25 ulm Exp $
29
30 EAPI=5
31
32 @@ -83,7 +83,8 @@
33 }
34
35 multilib_src_compile() {
36 - # wmluiltok is linked with libfl.a, so always build it for the host ABI
37 + # The wmluiltok build tool is linked with libfl.a, therefore compile
38 + # it for the build platform's ABI
39 emake -C tools/wml CC="$(tc-getBUILD_CC)" LIBS="-lfl" wmluiltok
40 emake
41 }