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 }