commit: 09af3c35edf90dd8d50794e9c693784d5f928bfd
Author: ingenarel (NeoJesus) <ingenarel_neojesus <AT> disroot <DOT> org>
AuthorDate: Mon Feb 23 10:26:42 2026 +0000
Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Mon Feb 23 10:26:42 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09af3c35
www-client/chawan: fix 9999 hunk failure
updated the patchfile
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus <AT> disroot.org>
www-client/chawan/chawan-9999.ebuild | 2 +-
.../files/{makefile-f51be415.patch => makefile-491b4231.patch} | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/www-client/chawan/chawan-9999.ebuild
b/www-client/chawan/chawan-9999.ebuild
index a444838416..9d560f0a0d 100644
--- a/www-client/chawan/chawan-9999.ebuild
+++ b/www-client/chawan/chawan-9999.ebuild
@@ -33,7 +33,7 @@ BDEPEND="
"
PATCHES=(
- "${FILESDIR}/makefile-f51be415.patch"
+ "${FILESDIR}/makefile-491b4231.patch"
)
src_prepare(){
diff --git a/www-client/chawan/files/makefile-f51be415.patch
b/www-client/chawan/files/makefile-491b4231.patch
similarity index 86%
rename from www-client/chawan/files/makefile-f51be415.patch
rename to www-client/chawan/files/makefile-491b4231.patch
index 0a0efc3de3..b6cada39ac 100644
--- a/www-client/chawan/files/makefile-f51be415.patch
+++ b/www-client/chawan/files/makefile-491b4231.patch
@@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile
-index 78d5fe8a..1a86c257 100644
+index 1643a24b..809400fb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ NIMC ?= $(NIM) c
@@ -11,13 +11,13 @@ index 78d5fe8a..1a86c257 100644
MANPREFIX ?= $(PREFIX)/share/man
MANPREFIX1 ?= $(MANPREFIX)/man1
MANPREFIX5 ?= $(MANPREFIX)/man5
-@@ -52,17 +52,7 @@ FORCE_POLL_MODE ?= 0
-
+@@ -53,17 +53,7 @@ FORCE_POLL_MODE ?= 0
chac_flags =
--# Nim compiler flags
+ # Nim compiler flags
-ifeq ($(TARGET),debug)
-FLAGS += -d:debug --debugger:native
+-CFLAGS += -DDUMP_LEAKS=1
-else ifeq ($(TARGET),release)
-chac_flags = -s
-FLAGS += -d:release -d:strip -d:lto