Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: fix build type
@ 2021-04-13  8:41 Skirmisher
  2021-04-13 14:40 ` [PR REVIEW] " sgn
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Skirmisher @ 2021-04-13  8:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

There is a new pull request by Skirmisher against master on the void-packages repository

https://github.com/Skirmisher/void-packages upstream-master
https://github.com/void-linux/void-packages/pull/30201

OpenRCT2: fix build type
By default it produces a debug build, which crashes on assertions insetad of discarding them.

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

A patch file from https://github.com/void-linux/void-packages/pull/30201.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-upstream-master-30201.patch --]
[-- Type: text/x-diff, Size: 865 bytes --]

From 0fce91676b69a3bad9c7842ba92b221b362cf40c Mon Sep 17 00:00:00 2001
From: Will Springer <skirmisher@protonmail.com>
Date: Tue, 13 Apr 2021 01:17:10 -0700
Subject: [PATCH] OpenRCT2: fix build type

By default it produces a debug build, which crashes on assertions instead of
discarding them.
---
 srcpkgs/OpenRCT2/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index c5256b65287e..6d28d6ff951b 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -5,10 +5,11 @@ pkgname=OpenRCT2
 _objects_version=1.0.21
 _titles_version=0.1.2c
 version=0.3.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
  -DDOWNLOAD_TITLE_SEQUENCES=0
  -DDOWNLOAD_OBJECTS=0
  -DDISABLE_DISCORD_RPC=1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-04-24 20:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13  8:41 [PR PATCH] OpenRCT2: fix build type Skirmisher
2021-04-13 14:40 ` [PR REVIEW] " sgn
2021-04-13 17:25 ` Skirmisher
2021-04-14  0:01 ` sgn
2021-04-14  0:28 ` [PR PATCH] [Updated] " Skirmisher
2021-04-14  0:32 ` Skirmisher
2021-04-14  0:34 ` [PR REVIEW] " Skirmisher
2021-04-14  0:46 ` [PR PATCH] [Updated] " Skirmisher
2021-04-14  0:48 ` Skirmisher
2021-04-14  0:53 ` [PR REVIEW] " Skirmisher
2021-04-24 20:18 ` [PR PATCH] [Updated] " Skirmisher
2021-04-24 20:18 ` [PR PATCH] [Merged]: " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).