summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-03 05:28:31 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-03 05:28:31 +0000
commit5d64343744d1570997fbfb54c21ceffb267182b3 (patch)
tree2c4c1dbc15429523fffe5a17226279156531f097 /app-emulation/vice
parentMove to GCC_PATH #174422 and make sure LDPATH is not re-ordered on us all the... (diff)
downloadgentoo-2-5d64343744d1570997fbfb54c21ceffb267182b3.tar.gz
gentoo-2-5d64343744d1570997fbfb54c21ceffb267182b3.tar.bz2
gentoo-2-5d64343744d1570997fbfb54c21ceffb267182b3.zip
Tweak @SYNC@ fix some more #176522.
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/ChangeLog7
-rw-r--r--app-emulation/vice/vice-1.21.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index cf1946acd30a..c7da12f85858 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.48 2007/05/03 04:17:04 jer Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.49 2007/05/03 05:28:31 vapier Exp $
+
+ 03 May 2007; Mike Frysinger <vapier@gentoo.org> vice-1.21.ebuild:
+ Tweak @SYNC@ fix some more #176522.
03 May 2007; Jeroen Roovers <jer@gentoo.org> +vice-1.20.ebuild,
vice-1.21.ebuild:
diff --git a/app-emulation/vice/vice-1.21.ebuild b/app-emulation/vice/vice-1.21.ebuild
index 073925adaeca..f50ddd3f9d5b 100644
--- a/app-emulation/vice/vice-1.21.ebuild
+++ b/app-emulation/vice/vice-1.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.21.ebuild,v 1.3 2007/05/03 04:17:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.21.ebuild,v 1.4 2007/05/03 05:28:31 vapier Exp $
inherit eutils games
@@ -60,8 +60,8 @@ src_unpack() {
po/intl2po.c \
|| die "sed intl2po.c failed"
sed -i \
- -e '/SYNC=/s: $SYNC::' \
- configure \
+ -e 's:\<SYNC\>:OPENGL_SYNC:g' \
+ configure src/arch/unix/x11/Makefile.in \
|| die "sed configure failed"
epatch "${FILESDIR}"/${P}-uicolor.patch #174056
}