diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-03-11 12:11:24 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-03-11 12:11:24 +0000 |
commit | d79ce54ac40066c8add4b44ba90724209ccfd94d (patch) | |
tree | 6a901f9462aabf3d3d7426a78328bdcfcd913298 /app-emulation/plex86/plex86-20021117.ebuild | |
parent | required for net-www/orion. (diff) | |
download | gentoo-2-d79ce54ac40066c8add4b44ba90724209ccfd94d.tar.gz gentoo-2-d79ce54ac40066c8add4b44ba90724209ccfd94d.tar.bz2 gentoo-2-d79ce54ac40066c8add4b44ba90724209ccfd94d.zip |
*** empty log message ***
Diffstat (limited to 'app-emulation/plex86/plex86-20021117.ebuild')
-rw-r--r-- | app-emulation/plex86/plex86-20021117.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/plex86/plex86-20021117.ebuild b/app-emulation/plex86/plex86-20021117.ebuild index 6372646d59d8..611b1c596830 100644 --- a/app-emulation/plex86/plex86-20021117.ebuild +++ b/app-emulation/plex86/plex86-20021117.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/plex86/plex86-20021117.ebuild,v 1.2 2003/02/13 07:15:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/plex86/plex86-20021117.ebuild,v 1.3 2003/03/11 12:11:24 lu_zero Exp $ DESCRIPTION="Plex86 is THE opensource free-software alternative for VMWare, VirtualPC, and other IA-32 on IA-32 \"Virtual PC products.\"" HOMEPAGE="http://savannah.gnu.org/projects/plex86/" @@ -23,6 +23,7 @@ src_compile() { MY_GUI="curses" use X && MY_GUI="x" use sdl && MY_GUI="sdl" + use sdl && export SDL_CFLAGS="`sdl-config --cflags`" use X && MY_CONF="${MY_CONF} --with-x --with-linux-source=/usr/src/linux" MY_CONF="${MY_CONF} --with-gui=${MY_GUI}" @@ -36,7 +37,7 @@ src_compile() { --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man ${MY_CONF} || die "./configure failed" - + make || die } |