From e9309605489442a11ffbb58e551e84f194eaa936 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 26 Dec 2018 17:29:32 +0300 Subject: [PATCH] wxqt: enable sound --- dev-qt/wxqt/wxqt-3.1.2.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-qt/wxqt/wxqt-3.1.2.recipe b/dev-qt/wxqt/wxqt-3.1.2.recipe index 6d964244e..bb2bb911a 100644 --- a/dev-qt/wxqt/wxqt-3.1.2.recipe +++ b/dev-qt/wxqt/wxqt-3.1.2.recipe @@ -9,7 +9,7 @@ open-source and mature." HOMEPAGE="https://www.wxwidgets.org/" COPYRIGHT="1998-2018 Julian Smart, Robert Roebling et al" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/wxWidgets/wxWidgets/releases/download/v$portVersion/wxWidgets-$portVersion.tar.bz2" CHECKSUM_SHA256="4cb8d23d70f9261debf7d6cfeca667fc0a7d2b6565adb8f1c484f9b674f1f27a" SOURCE_DIR="wxWidgets-$portVersion" @@ -160,7 +160,8 @@ BUILD() --with-sdl \ --enable-shared \ --enable-printfposparam \ - --enable-unicode + --enable-unicode \ + --enable-sound make $jobArgs }