dev-lang/c-intercal: Fix package version in configure.

Package-Manager: portage-2.3.2
This commit is contained in:
Ulrich Müller
2016-10-28 23:16:47 +02:00
parent a1a5953bc8
commit 98522ed0cd
2 changed files with 18 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
EAPI=6
inherit elisp-common
inherit autotools elisp-common
# C-INTERCAL uses minor-major ordering of version components and
# negative version numbers. We map version components -1, -2, ...
@@ -39,6 +39,12 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}-${MY_PV}"
SITEFILE="50${PN}-gentoo.el"
src_prepare() {
eapply "${FILESDIR}"/${P}-version.patch
eapply_user
eautoreconf
}
src_compile() {
emake

View File

@@ -0,0 +1,11 @@
--- intercal-0.30-orig/configure.ac
+++ intercal-0.30/configure.ac
@@ -14,7 +14,7 @@
subdir-objects no-texinfo.tex -Wall -Wno-override])
dnl Information about this version of INTERCAL.
-PACKAGE_VERSION=0.29
+PACKAGE_VERSION=0.30
dnl Checks for programs.
AC_PROG_YACC