summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-05-30 16:00:53 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2016-05-30 16:01:09 -0400
commit1e3077b1095f1187c6ab1fb78d57102cf7781f30 (patch)
tree3c92e405d301234e1e2ef7e702ae268f8963afb9 /app-emulation/vice/files
parentnet-mail/fdm: Version bump (thanks Wonko7, https://github.com/gentoo/gentoo/p... (diff)
downloadgentoo-1e3077b1095f1187c6ab1fb78d57102cf7781f30.tar.gz
gentoo-1e3077b1095f1187c6ab1fb78d57102cf7781f30.tar.bz2
gentoo-1e3077b1095f1187c6ab1fb78d57102cf7781f30.zip
app-emulation/vice: version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/vice/files')
-rw-r--r--app-emulation/vice/files/vice-2.4.27-autotools.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/vice/files/vice-2.4.27-autotools.patch b/app-emulation/vice/files/vice-2.4.27-autotools.patch
new file mode 100644
index 000000000000..7bebd2800ef6
--- /dev/null
+++ b/app-emulation/vice/files/vice-2.4.27-autotools.patch
@@ -0,0 +1,11 @@
+--- vice-2.4.7.orig/configure.ac
++++ vice-2.4.7/configure.ac
+@@ -124,7 +118,7 @@
+ AC_SUBST(VICE_VERSION)
+
+ AM_INIT_AUTOMAKE(vice, $VICE_VERSION)
+-AM_CONFIG_HEADER(src/config.h)
++AC_CONFIG_HEADERS(src/config.h)
+
+ if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then
+ VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR",0,0"