summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-01 09:25:25 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-01 09:25:25 +0000
commit365ada4fc52bf2b2cc00d515e63e3505fc4c169b (patch)
treed78f614c3ab34c728386fcc2b9c77e1cb4cf6bd7 /x11-libs/motif
parentVersion bump. (diff)
downloadgentoo-2-365ada4fc52bf2b2cc00d515e63e3505fc4c169b.tar.gz
gentoo-2-365ada4fc52bf2b2cc00d515e63e3505fc4c169b.tar.bz2
gentoo-2-365ada4fc52bf2b2cc00d515e63e3505fc4c169b.zip
Clarify a comment.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'x11-libs/motif')
-rw-r--r--x11-libs/motif/motif-2.3.4-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/motif/motif-2.3.4-r2.ebuild b/x11-libs/motif/motif-2.3.4-r2.ebuild
index c4e03b0ffdb1..91487d8a295f 100644
--- a/x11-libs/motif/motif-2.3.4-r2.ebuild
+++ b/x11-libs/motif/motif-2.3.4-r2.ebuild
@@ -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.1 2014/04/30 18:11:08 ulm Exp $
+# $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 $
EAPI=5
@@ -83,7 +83,8 @@ multilib_src_configure() {
}
multilib_src_compile() {
- # wmluiltok is linked with libfl.a, so always build it for the host ABI
+ # 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
emake
}