diff --git a/srcpkgs/WoeUSB/template b/srcpkgs/WoeUSB/template index b946b52bcc1..d94369e0878 100644 --- a/srcpkgs/WoeUSB/template +++ b/srcpkgs/WoeUSB/template @@ -1,7 +1,7 @@ # Template file for 'WoeUSB' pkgname=WoeUSB version=3.3.1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" hostmakedepends="automake gettext libtool" @@ -14,6 +14,8 @@ homepage="https://github.com/slacka/WoeUSB" distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz" checksum=0cab88a1113506f39d2f1c19532b2cd8d968c6a9f59129953c000e29e73f3d4f +CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" + post_patch() { vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \ configure.ac \