From e741c397137bbc3e7cb15503cfecb2775d05f244 Mon Sep 17 00:00:00 2001 From: miqlas Date: Sat, 18 Feb 2017 18:39:35 +0100 Subject: [PATCH] wxQt: enable positional printf argument support for FileZilla (#1154) --- dev-qt/wxqt/wxqt-3.1.0.recipe | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-qt/wxqt/wxqt-3.1.0.recipe b/dev-qt/wxqt/wxqt-3.1.0.recipe index e7d567764..a7d2704ba 100644 --- a/dev-qt/wxqt/wxqt-3.1.0.recipe +++ b/dev-qt/wxqt/wxqt-3.1.0.recipe @@ -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 }