diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-25 06:55:38 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-25 06:55:38 -0800 | 
| commit | b6c759d2ccca3a973a0c7167942bc4b01c35fab0 (patch) | |
| tree | f081b9d74c5405f537018e7b0bf3ba15139d98eb | |
| parent | Rebuild against boost-libs 1.80.0 (diff) | |
| download | openmw-b6c759d2ccca3a973a0c7167942bc4b01c35fab0.tar.xz | |
Rebuild against boost 1.81
| -rw-r--r-- | PKGBUILD | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -11,7 +11,7 @@  pkgname=openmw  pkgver=0.47.0 -pkgrel=8 +pkgrel=9  pkgdesc="Open-source engine reimplementation for the role-playing game Morrowind"  arch=('x86_64')  url="http://www.openmw.org" @@ -48,7 +48,8 @@ build() {    export CXXFLAGS="$CXXFLAGS -O3"    # Prevent segfaults when loading a save game -  export CXXFLAGS="$(echo $CXXFLAGS | sed -i 's/-Wp,-D_GLIBCXX_ASSERTIONS//' - )" +  #export CXXFLAGS="$(echo $CXXFLAGS | sed -i 's/-Wp,-D_GLIBCXX_ASSERTIONS//' - )" # No longer works +  export CXXFLAGS="$(echo $CXXFLAGS | sed 's/-Wp,-D_GLIBCXX_ASSERTIONS//')"    cmake \      -DCMAKE_INSTALL_PREFIX=/usr \ | 
