drop is_debug_build patch from i3-gaps, the release was done with the

correct version string already
This commit is contained in:
sthen 2021-02-27 13:55:47 +00:00
parent 1216bcec31
commit 4c7593eb0a
2 changed files with 2 additions and 18 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2021/02/18 11:19:19 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2021/02/27 13:55:47 sthen Exp $
COMMENT = improved dynamic tiling window manager, fork with gaps
V = 4.19.1
REVISION = 0
REVISION = 1
DISTNAME = i3-gaps-${V}
CATEGORIES = x11

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-libi3_is_debug_build_c,v 1.1 2021/02/18 11:19:19 sthen Exp $
https://github.com/i3/i3/issues/4350
Index: libi3/is_debug_build.c
--- libi3/is_debug_build.c.orig
+++ libi3/is_debug_build.c
@@ -15,6 +15,8 @@
*
*/
bool is_debug_build(void) {
+ return false;
+
/* i3_version contains either something like this:
* "4.0.2 (2011-11-11)" (release version)
* or: "4.0.2-123-gC0FFEE" (debug version)