From 986bba14c6b45581ee28bf3986660e2010f6e253 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 25 Sep 2023 00:18:23 -0400 Subject: [PATCH] xchm: rebuild with wxWidgets-gtk3-3.2.2.1 --- srcpkgs/xchm/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xchm/template b/srcpkgs/xchm/template index 02900b43385..66b8156e431 100644 --- a/srcpkgs/xchm/template +++ b/srcpkgs/xchm/template @@ -1,7 +1,7 @@ # Template file for 'xchm' pkgname=xchm version=1.34 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" hostmakedepends="automake gettext-devel tar" @@ -13,6 +13,8 @@ homepage="https://github.com/rzvncj/xCHM" distfiles="https://github.com/rzvncj/xCHM/releases/download/${version}/xchm-${version}.tar.gz" checksum=b07971ddb02992da462060fb638c051318f389aef822485646aa7fbe245a0d93 +CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" + pre_configure() { autoreconf -fi }