2008-10-06 19:11:03 +00:00
|
|
|
# Template build file for 'm4'.
|
|
|
|
pkgname=m4
|
2011-03-03 08:59:22 +00:00
|
|
|
version=1.4.16
|
2014-02-21 13:26:30 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2008-11-26 10:57:52 +00:00
|
|
|
configure_args="--enable-changeword --enable-threads"
|
2008-10-06 19:11:03 +00:00
|
|
|
short_desc="GNU version of UNIX m4 macro language processor"
|
2013-03-31 07:51:30 +00:00
|
|
|
homepage="https://www.gnu.org/software/m4/"
|
|
|
|
license="GPL-3"
|
2008-10-06 19:11:03 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 02:24:51 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
2011-03-03 08:59:22 +00:00
|
|
|
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
|
2013-03-31 07:51:30 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
sed -i -e '/gets is a/d' lib/stdio.in.h
|
2013-04-14 02:24:51 +00:00
|
|
|
}
|