mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 16:29:05 -07:00
dev-lang/c-intercal: Fix package version in configure.
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
11
dev-lang/c-intercal/files/c-intercal-30.0-version.patch
Normal file
11
dev-lang/c-intercal/files/c-intercal-30.0-version.patch
Normal 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
|
||||
Reference in New Issue
Block a user