diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-19 23:35:46 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-19 23:42:01 +0900 |
commit | 943238a72b3104904f1fca34472a93ace9ffe317 (patch) | |
tree | f214df84b480929dbc19b2fa71f553d51c1b95ac /app-i18n | |
parent | app-i18n/xvnkb: update LICENSE (diff) | |
download | gentoo-943238a72b3104904f1fca34472a93ace9ffe317.tar.gz gentoo-943238a72b3104904f1fca34472a93ace9ffe317.tar.bz2 gentoo-943238a72b3104904f1fca34472a93ace9ffe317.zip |
app-i18n/xvnkb: update patch
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch b/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch index f089f0dde899..b954b2914178 100644 --- a/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch +++ b/app-i18n/xvnkb/files/xvnkb-0.2.9a-ldflags.patch @@ -1,8 +1,6 @@ -diff --git a/Makefile.common b/Makefile.common -index 06f0b78..d9f8976 100644 --- a/Makefile.common +++ b/Makefile.common -@@ -19,10 +19,10 @@ all: do-it-all +@@ -19,10 +19,10 @@ $(CC) -fpic $(CFLAGS) $(FPTR) $(VK_OPT) -DVERSION=\"$(VERSION)\" -Wall -I$(XLIB_INC) -c $< $(CORE): $(CORE_OBJS) @@ -15,11 +13,9 @@ index 06f0b78..d9f8976 100644 main: $(CORE) $(GUI) @echo >/dev/null -diff --git a/tools/Makefile.common b/tools/Makefile.common -index fe16cc1..16ec511 100644 --- a/tools/Makefile.common +++ b/tools/Makefile.common -@@ -16,10 +16,10 @@ all: do-it-all +@@ -16,10 +16,10 @@ $(CC) $(CFLAGS) $(DEFS) -Wall -I$(XLIB_INC) -c $< xvnkb_ctrl: $(CONTROL_OBJS) |