summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-28 18:27:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-28 18:27:09 +0000
commit63be2a6adfec07bf766b15aa30cdb91520498c23 (patch)
tree6501ad117c4332f50dcda1d7a89bc545b33e3851 /games-emulation/dosbox-cvs
parentAdded audiofile local USE flag for audiofile support checking. (Manifest reco... (diff)
downloadgentoo-2-63be2a6adfec07bf766b15aa30cdb91520498c23.tar.gz
gentoo-2-63be2a6adfec07bf766b15aa30cdb91520498c23.tar.bz2
gentoo-2-63be2a6adfec07bf766b15aa30cdb91520498c23.zip
move strip-flags into src_compile
Diffstat (limited to 'games-emulation/dosbox-cvs')
-rw-r--r--games-emulation/dosbox-cvs/ChangeLog8
-rw-r--r--games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/dosbox-cvs/ChangeLog b/games-emulation/dosbox-cvs/ChangeLog
index 237c5123e741..d3d76ba62acf 100644
--- a/games-emulation/dosbox-cvs/ChangeLog
+++ b/games-emulation/dosbox-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox-cvs
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.3 2003/10/16 19:58:51 mr_bones_ Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.4 2004/02/28 18:27:09 mr_bones_ Exp $
+
+ 28 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ dosbox-cvs-20030809.ebuild:
+ move strip-flags into src_compile
16 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org>
dosbox-cvs-20030809.ebuild:
diff --git a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild
index 353127e91e4e..b432f643427a 100644
--- a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild
+++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.4 2004/02/20 06:26:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.5 2004/02/28 18:27:09 mr_bones_ Exp $
DESCRIPTION="DOS Emulator"
HOMEPAGE="http://dosbox.sourceforge.net/"
@@ -22,14 +22,14 @@ DEPEND="sys-libs/ncurses
inherit cvs debug flag-o-matic
-strip-flags
ECVS_SERVER="cvs.sourceforge.net:/cvsroot/dosbox"
ECVS_MODULE="dosbox"
ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
-S=${WORKDIR}/${ECVS_MODULE}
+S="${WORKDIR}/${ECVS_MODULE}"
src_compile() {
+ strip-flags
ln -s /usr/include/SDL/*.h ./include/ || \
die "Linking SDL-includes failed"
./autogen.sh --prefix=/usr --host=${CHOST} || \