Date: Wednesday, May 10, 2023 @ 11:21:19
  Author: svenstaro
Revision: 1459765

upgpkg: openmw 0.47.0-11: Rebuild with new mygui 3.4.2

Modified:
  openmw/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-10 09:55:15 UTC (rev 1459764)
+++ PKGBUILD    2023-05-10 11:21:19 UTC (rev 1459765)
@@ -3,13 +3,13 @@
 
 pkgname=openmw
 pkgver=0.47.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('x86_64')
 url="http://www.openmw.org";
 license=('GPL3' 'MIT' 'custom')
 depends=('openal' 'openscenegraph' 'mygui' 'qt5-base' 'ffmpeg' 'sdl2' 
'unshield' 'libxt' 'boost-libs')
-makedepends=('cmake' 'boost' 'doxygen' 'ninja')
+makedepends=('cmake' 'boost' 'doxygen' 'ninja' 'gcc12')
 
source=("https://github.com/OpenMW/openmw/archive/refs/tags/openmw-0.47.0.tar.gz";
         https://gitlab.com/OpenMW/openmw/-/merge_requests/1870.patch
         1941.patch
@@ -29,6 +29,8 @@
 build() {
   cd openmw-openmw-$pkgver
 
+  export CXX=g++-12
+
   # We can't use system bullet because openmw needs a version built with double
   # precision but the one we ship in Arch is built with single precision for
   # performance reasons.

Reply via email to