bmake: update to 20230723.
This commit is contained in:
parent
2a9294ab76
commit
ce108addf5
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'bmake'
|
||||
pkgname=bmake
|
||||
version=20230622
|
||||
version=20230723
|
||||
revision=1
|
||||
short_desc="Portable version of the NetBSD make build tool"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.crufty.net/help/sjg/bmake.html"
|
||||
distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
||||
checksum=b404c99d60289d78362d0ba0468f541d8a9b4215befee2fbe5750534849cec00
|
||||
checksum=c42a0d951ba23f7665331309fbbe21edc01136a23cb9416850b4315be5fb5904
|
||||
python_version=3
|
||||
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
do_configure() {
|
||||
vsed -i 's/op_test() {/& return 0;/' boot-strap
|
||||
vsed -i '1s,:,#!/bin/sh,g' install-sh
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
mkdir -p bmake-host
|
||||
cd bmake-host
|
||||
|
|
Loading…
Reference in New Issue