mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
wxQt: enable positional printf argument support for FileZilla (#1154)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user