From fccbd6b42e138dbbbe8da0d6d0fbc3dc2d4fbe85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Thu, 15 Sep 2022 13:17:36 +0100 Subject: [PATCH] ogre3d: Restore a legacy behavior to fix building ogitor --- mingw-w64-ogre3d/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-ogre3d/PKGBUILD b/mingw-w64-ogre3d/PKGBUILD index eea6268efd..e6fd9946cb 100644 --- a/mingw-w64-ogre3d/PKGBUILD +++ b/mingw-w64-ogre3d/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=13.4.4 _imgui_ver=1.87 -pkgrel=5 +pkgrel=6 pkgdesc="A cross-platform 3D game engine (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -118,6 +118,7 @@ build() { -DOGRE_CMAKE_DIR=lib/OGRE/cmake \ -DOGRE_DOCS_PATH=share/doc/OGRE \ -DOGRE_PLUGINS_PATH=lib/OGRE \ + -DOGRE_NODELESS_POSITIONING=ON \ -DPYTHON_EXECUTABLE="${MINGW_PREFIX}/bin/python.exe" \ "${extra_config[@]}" \ ../ogre-${pkgver}