From a0afb4473dcb935b9451a9d03b806068f345e130 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 16 May 2023 16:18:25 +0200 Subject: [PATCH] bmake: fix i686 build --- srcpkgs/bmake/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/bmake/template b/srcpkgs/bmake/template index e8c1c94eed3..5a0afae5376 100644 --- a/srcpkgs/bmake/template +++ b/srcpkgs/bmake/template @@ -9,6 +9,7 @@ homepage="https://www.crufty.net/help/sjg/bmake.html" distfiles="https://www.crufty.net/ftp/pub/sjg/bmake-${version}.tar.gz" checksum=b927b50a45e4b5579c6491ab09ce3dbd8b170fb10fe6f16d484e13d15e338ffa 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