bmake: hotfix to define MAKE_VERSION again.
This commit is contained in:
parent
3560ed9915
commit
2828969101
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bmake'
|
||||
pkgname=bmake
|
||||
version=20160512
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
short_desc="Portable version of the NetBSD make build tool"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -12,6 +12,7 @@ checksum=6dc0cdf04452fc862731febdf5bb456d4c42a9e64f31f2fa97d8bc2c559b5d23
|
|||
|
||||
do_configure() {
|
||||
cd bmake
|
||||
sed -i 's/\^MAKE_VERSION/^_MAKE_VERSION/' boot-strap make-bootstrap.sh.in
|
||||
sed -i '1s,:,#!/bin/sh,g' install-sh
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
mkdir -p bmake-host
|
||||
|
|
Loading…
Reference in a new issue