diff options
author | 2011-01-12 17:46:58 +0000 | |
---|---|---|
committer | 2011-01-12 17:46:58 +0000 | |
commit | 422f1d8442b12f7ac7c2464b7ce398da0e273d8a (patch) | |
tree | 1301e96f31e1715519b606d56dc09cba76258f05 /games-simulation | |
parent | Version bump (diff) | |
download | gentoo-2-422f1d8442b12f7ac7c2464b7ce398da0e273d8a.tar.gz gentoo-2-422f1d8442b12f7ac7c2464b7ce398da0e273d8a.tar.bz2 gentoo-2-422f1d8442b12f7ac7c2464b7ce398da0e273d8a.zip |
last svga cleanup (bug #351450)
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild index 4fa317bd2ca9..6cf7d3d3348a 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.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-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.13 2010/10/18 19:16:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild,v 1.14 2011/01/12 17:46:58 mr_bones_ Exp $ EAPI=2 inherit toolchain-funcs games @@ -34,9 +34,6 @@ src_compile() { elif use X ; then CFLAGS="${CFLAGS} -DXWINGRAPHX" LIB="-L/usr/X11R6/lib -lX11" - elif use svga ; then - CFLAGS="${CFLAGS} -DGRAPHX" - LIB="-lvgagl -lvga" else CFLAGS="${CFLAGS} -DCURSESGRAPHX" LIB="-lcurses" |