diff options
Diffstat (limited to 'games-util/grfcodec')
-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__ |