wxQt: enable positional printf argument support for FileZilla (#1154)

This commit is contained in:
miqlas
2017-02-18 18:39:35 +01:00
committed by waddlesplash
parent 2a83b94857
commit e741c39713

View File

@@ -9,7 +9,7 @@ open-source and mature."
HOMEPAGE="https://www.wxwidgets.org"
COPYRIGHT="1998-2016 Julian Smart, Robert Roebling et al"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v$portVersion/wxWidgets-$portVersion.tar.bz2"
CHECKSUM_SHA256="e082460fb6bf14b7dd6e8ac142598d1d3d0b08a7b5ba402fdbf8711da7e66da8"
SOURCE_DIR="wxWidgets-$portVersion"
@@ -120,7 +120,13 @@ PATCH()
BUILD()
{
runConfigure ./configure --with-qt --with-sdl --enable-shared
runConfigure ./configure \
--with-qt \
--with-sdl \
--enable-shared \
--enable-printfposparam \
--enable-unicode
make $jobArgs
}