Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/xvnkb/files/
Date: Tue, 19 Oct 2021 14:42:15
Message-Id: 1634654521.943238a72b3104904f1fca34472a93ace9ffe317.hattya@gentoo
1 commit: 943238a72b3104904f1fca34472a93ace9ffe317
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 19 14:35:46 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 19 14:42:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943238a7
7
8 app-i18n/xvnkb: update patch
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch b/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch
17 index f089f0dde89..b954b291417 100644
18 --- a/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch
19 +++ b/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch
20 @@ -1,8 +1,6 @@
21 -diff --git a/Makefile.common b/Makefile.common
22 -index 06f0b78..d9f8976 100644
23 --- a/Makefile.common
24 +++ b/Makefile.common
25 -@@ -19,10 +19,10 @@ all: do-it-all
26 +@@ -19,10 +19,10 @@
27 $(CC) -fpic $(CFLAGS) $(FPTR) $(VK_OPT) -DVERSION=\"$(VERSION)\" -Wall -I$(XLIB_INC) -c $<
28
29 $(CORE): $(CORE_OBJS)
30 @@ -15,11 +13,9 @@ index 06f0b78..d9f8976 100644
31
32 main: $(CORE) $(GUI)
33 @echo >/dev/null
34 -diff --git a/tools/Makefile.common b/tools/Makefile.common
35 -index fe16cc1..16ec511 100644
36 --- a/tools/Makefile.common
37 +++ b/tools/Makefile.common
38 -@@ -16,10 +16,10 @@ all: do-it-all
39 +@@ -16,10 +16,10 @@
40 $(CC) $(CFLAGS) $(DEFS) -Wall -I$(XLIB_INC) -c $<
41
42 xvnkb_ctrl: $(CONTROL_OBJS)