diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2010-08-26 20:17:47 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2010-08-26 20:17:47 +0000 |
commit | 7f72a815d84b9ac57753f5f9bd167bab7745f392 (patch) | |
tree | 85859efd555a8627ac017e98face8da6534d4547 /dev-util/cdecl/cdecl-2.5-r1.ebuild | |
parent | Patch from Dane Smith <smithdanea@gmail.com> which fixes LDFLAGS (bug #334461... (diff) | |
download | historical-7f72a815d84b9ac57753f5f9bd167bab7745f392.tar.gz historical-7f72a815d84b9ac57753f5f9bd167bab7745f392.tar.bz2 historical-7f72a815d84b9ac57753f5f9bd167bab7745f392.zip |
Respects LDFLAGS now.
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-util/cdecl/cdecl-2.5-r1.ebuild')
-rw-r--r-- | dev-util/cdecl/cdecl-2.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/cdecl/cdecl-2.5-r1.ebuild b/dev-util/cdecl/cdecl-2.5-r1.ebuild index 487585138088..49495751624a 100644 --- a/dev-util/cdecl/cdecl-2.5-r1.ebuild +++ b/dev-util/cdecl/cdecl-2.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild,v 1.14 2009/01/11 20:56:36 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdecl/cdecl-2.5-r1.ebuild,v 1.15 2010/08/26 20:17:47 phosphan Exp $ inherit eutils toolchain-funcs @@ -37,7 +37,7 @@ src_compile() { CFLAGS="${CFLAGS} -DUSE_READLINE" LIBS="${LIBS} -lreadline -lncurses" fi - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LIBS="${LIBS}" || die + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" || die } src_install() { |