diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-08 22:12:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-08 22:12:52 +0000 |
commit | ebc891ead63547444e6f3ed307aa789477479e5f (patch) | |
tree | def9cef91108d586fa7f1e78776516f61a7c4c7c /games-util | |
parent | remove unused enigmail patch (diff) | |
download | gentoo-2-ebc891ead63547444e6f3ed307aa789477479e5f.tar.gz gentoo-2-ebc891ead63547444e6f3ed307aa789477479e5f.tar.bz2 gentoo-2-ebc891ead63547444e6f3ed307aa789477479e5f.zip |
use LDFLAGS
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/grfcodec/grfcodec-0_pre2306.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/grfcodec/grfcodec-0_pre2306.ebuild b/games-util/grfcodec/grfcodec-0_pre2306.ebuild index 37dfbed13fe1..afdd6e5f7b90 100644 --- a/games-util/grfcodec/grfcodec-0_pre2306.ebuild +++ b/games-util/grfcodec/grfcodec-0_pre2306.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.1 2010/04/08 07:46:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/grfcodec/grfcodec-0_pre2306.ebuild,v 1.2 2010/04/08 22:12:52 mr_bones_ Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ src_prepare() { CXX = $(tc-getCXX) CFLAGS = ${CFLAGS} CXXFLAGS = ${CXXFLAGS} - LDOPTS = ${LDFLAGS} + LDOPT = ${LDFLAGS} STRIP = : V = 1 __EOF__ |