Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vice/files: vice-2.4.20-autotools.patch
Date: Wed, 03 Jun 2015 05:41:19
Message-Id: 20150603054116.1618FA24@oystercatcher.gentoo.org
1 mr_bones_ 15/06/03 05:41:16
2
3 Added: vice-2.4.20-autotools.patch
4 Log:
5 version bump
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 app-emulation/vice/files/vice-2.4.20-autotools.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-autotools.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/files/vice-2.4.20-autotools.patch?rev=1.1&content-type=text/plain
14
15 Index: vice-2.4.20-autotools.patch
16 ===================================================================
17 --- vice-2.4.7.orig/configure.ac
18 +++ vice-2.4.7/configure.ac
19 @@ -124,7 +118,7 @@
20 AC_SUBST(VICE_VERSION)
21
22 AM_INIT_AUTOMAKE(vice, $VICE_VERSION)
23 -AM_CONFIG_HEADER(src/config.h)
24 +AC_CONFIG_HEADERS(src/config.h)
25
26 if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then
27 VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR",0,0"