mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
bmake: update to 20230723.
This commit is contained in:
parent
2a9294ab76
commit
ce108addf5
1 changed files with 2 additions and 3 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'bmake'
|
# Template file for 'bmake'
|
||||||
pkgname=bmake
|
pkgname=bmake
|
||||||
version=20230622
|
version=20230723
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Portable version of the NetBSD make build tool"
|
short_desc="Portable version of the NetBSD make build tool"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.crufty.net/help/sjg/bmake.html"
|
homepage="https://www.crufty.net/help/sjg/bmake.html"
|
||||||
distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz"
|
||||||
checksum=b404c99d60289d78362d0ba0468f541d8a9b4215befee2fbe5750534849cec00
|
checksum=c42a0d951ba23f7665331309fbbe21edc01136a23cb9416850b4315be5fb5904
|
||||||
python_version=3
|
python_version=3
|
||||||
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
vsed -i 's/op_test() {/& return 0;/' boot-strap
|
vsed -i 's/op_test() {/& return 0;/' boot-strap
|
||||||
vsed -i '1s,:,#!/bin/sh,g' install-sh
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
mkdir -p bmake-host
|
mkdir -p bmake-host
|
||||||
cd bmake-host
|
cd bmake-host
|
||||||
|
|
Loading…
Add table
Reference in a new issue