diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-08-06 00:05:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-08-06 00:05:06 +0000 |
commit | 082bde687ce94ef9009cff97c517022323e18184 (patch) | |
tree | 37091d6d741fef478bdb0e80b02a32fcbc2405df /x11-libs/motif | |
parent | update homepage (diff) | |
download | gentoo-2-082bde687ce94ef9009cff97c517022323e18184.tar.gz gentoo-2-082bde687ce94ef9009cff97c517022323e18184.tar.bz2 gentoo-2-082bde687ce94ef9009cff97c517022323e18184.zip |
Fix typo.
(Portage version: 2.1.12.13/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-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/motif/motif-2.3.4-r1.ebuild b/x11-libs/motif/motif-2.3.4-r1.ebuild index 114c34bf72bc..5d8016d67f19 100644 --- a/x11-libs/motif/motif-2.3.4-r1.ebuild +++ b/x11-libs/motif/motif-2.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.24 2013/08/05 21:27:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r1.ebuild,v 1.25 2013/08/06 00:05:06 ulm Exp $ EAPI=5 @@ -88,7 +88,7 @@ src_prepare() { && has_version "app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]" then append-cppflags -I/usr/include/freetype2 - append-ldflags -lXft + append-libs -lXft fi if use !elibc_glibc && use !elibc_uclibc && use unicode; then |