diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-29 06:20:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-29 06:20:50 +0000 |
commit | 637c34c1cc7ee8b45d528cb3384a5dadaf33f25f (patch) | |
tree | 38183fd76a6aeb1b8031b8b61274c636dcccca22 /games-emulation/xmess | |
parent | arm/ia64/s390/sh stable (diff) | |
download | historical-637c34c1cc7ee8b45d528cb3384a5dadaf33f25f.tar.gz historical-637c34c1cc7ee8b45d528cb3384a5dadaf33f25f.tar.bz2 historical-637c34c1cc7ee8b45d528cb3384a5dadaf33f25f.zip |
sync with xmame ebuild
Package-Manager: portage-2.0.54
Diffstat (limited to 'games-emulation/xmess')
-rw-r--r-- | games-emulation/xmess/xmess-0.103.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/xmess/xmess-0.103.ebuild b/games-emulation/xmess/xmess-0.103.ebuild index 01963a413eed..39ee03a5f59c 100644 --- a/games-emulation/xmess/xmess-0.103.ebuild +++ b/games-emulation/xmess/xmess-0.103.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.103.ebuild,v 1.2 2006/01/25 04:01:16 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.103.ebuild,v 1.3 2006/01/29 06:20:50 mr_bones_ Exp $ inherit flag-o-matic toolchain-funcs eutils games @@ -89,6 +89,7 @@ src_unpack() { -e "/^XMAMEROOT/s:=.*:=${GAMES_DATADIR}/${TARGET}:" \ -e "/^TARGET/s:mame:${TARGET:1}:" \ -e "/^CFLAGS =/d" \ + -e "/\bCFLAGS +=/d" \ Makefile \ || die "sed Makefile failed" |