poedit: rebuild with wxWidgets-gtk3-3.2.2.1

This commit is contained in:
Andrew J. Hesford 2023-09-25 00:18:22 -04:00
parent 13a6757dc5
commit c36eaf471f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'poedit' # Template file for 'poedit'
pkgname=poedit pkgname=poedit
version=3.3.2 version=3.3.2
revision=3 revision=4
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-wx-config=wx-config-gtk3" configure_args="--with-wx-config=wx-config-gtk3"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -17,6 +17,7 @@ distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/p
checksum=e64139dd4beac1b8ea468d351b2b4bdae8ecbc6f4ca5d1ee1c73832036fff097 checksum=e64139dd4beac1b8ea468d351b2b4bdae8ecbc6f4ca5d1ee1c73832036fff097
CPPFLAGS="-DUCHAR_TYPE=uint16_t -Wno-deprecated-copy" CPPFLAGS="-DUCHAR_TYPE=uint16_t -Wno-deprecated-copy"
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-common-devel" hostmakedepends+=" wxWidgets-common-devel"