mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Revert "m4: fix bootstrap on host with texinfo installed"
This reverts commit 66bf185310
.
This commit is contained in:
parent
66bf185310
commit
7423ba3502
1 changed files with 5 additions and 11 deletions
|
@ -1,24 +1,18 @@
|
||||||
# Template file for 'm4'
|
# Template file for 'm4'
|
||||||
pkgname=m4
|
pkgname=m4
|
||||||
version=1.4.18
|
version=1.4.18
|
||||||
revision=3
|
revision=2
|
||||||
|
patch_args="-Np1"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
replaces="chroot-m4>=0"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-changeword --enable-threads"
|
configure_args="--enable-changeword --enable-threads"
|
||||||
short_desc="GNU version of UNIX m4 macro language processor"
|
short_desc="GNU version of UNIX m4 macro language processor"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
||||||
license="GPL-3.0-or-later"
|
|
||||||
homepage="https://www.gnu.org/software/m4/"
|
homepage="https://www.gnu.org/software/m4/"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07
|
checksum=f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07
|
||||||
replaces="chroot-m4>=0"
|
|
||||||
patch_args="-Np1"
|
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
# If texinfo was installed in host system,
|
|
||||||
# bootstrap is falling
|
|
||||||
vsed -i '1i @documentencoding ISO-8859-1' doc/m4.texi
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue