mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
www-client/chawan: fix 9999 hunk failure
updated the patchfile Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
This commit is contained in:
@@ -33,7 +33,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/makefile-f51be415.patch"
|
||||
"${FILESDIR}/makefile-491b4231.patch"
|
||||
)
|
||||
|
||||
src_prepare(){
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user