summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292022-01-05 14:00:36 +0100
committerSpike292022-01-05 14:00:36 +0100
commit32b69dc0532200e169dd34e4789fd5fdb804dc15 (patch)
treebd7b9a648801b22a26b5aff222035ce74d6a0371
parentcc1700445398400ebaee88f22bc3e716a697085b (diff)
downloadaur-32b69dc0532200e169dd34e4789fd5fdb804dc15.tar.gz
Disable _GLIBCXX_ASSERTIONS to address a crash
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b791823c4aea..7f62a31e9f16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netradiant-git
pkgdesc = The open source, cross platform level editor for idtech games (GtkRadiant fork)
- pkgver = r2180.93836301
+ pkgver = r2241.924b92f6
pkgrel = 1
epoch = 1
url = https://netradiant.gitlab.io/
@@ -31,4 +31,3 @@ pkgbase = netradiant-git
sha256sums = SKIP
pkgname = netradiant-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a6e332a13bd2..b4193114c790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: J0k3r <moebius282 at gmail dot com>
pkgname=netradiant-git
-pkgver=r2180.93836301
+pkgver=r2241.924b92f6
pkgrel=1
epoch=1
pkgdesc='The open source, cross platform level editor for idtech games (GtkRadiant fork)'
@@ -23,6 +23,9 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}/"
+
+ # Workaround for https://gitlab.com/xonotic/netradiant/-/issues/156
+ export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS"
# Fetch submodules by default (such as Crunch and Daemonmap, they are compiled if present)
git submodule update --init --recursive