Accepting request 568874 from home:kasimir:MyGUI

- Fix spec for aarch64 / ppc64 / ppc64le / s390x build

OBS-URL: https://build.opensuse.org/request/show/568874
OBS-URL: https://build.opensuse.org/package/show/games/MyGUI?expand=0&rev=17
This commit is contained in:
Dirk Stoecker 2018-01-24 15:45:00 +00:00 committed by Git OBS Bridge
parent b4cdf8bb71
commit 6170cba802
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 24 11:34:18 UTC 2018 - kasimir_@outlook.de
- Fix spec for aarch64 / ppc64 / ppc64le / s390x build
-------------------------------------------------------------------
Sun Sep 25 07:57:54 UTC 2016 - jengelh@inai.de

View File

@ -138,7 +138,7 @@ pushd build
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_SKIP_RPATH=YES \
-DCMAKE_BUILD_TYPE=release \
%ifarch x86_64
%ifarch x86_64 aarch64 ppc64 ppc64le s390x
-DLIB_SUFFIX=64 \
%endif
-DMYGUI_STATIC=FALSE \