diff options
-rw-r--r-- | x11-plugins/gkrellm-xkb/files/gkrellm-xkb-1.05-r2-pkgconfig.patch | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellm-xkb/files/gkrellm-xkb-makefile.patch | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-1.05-r2-pkgconfig.patch b/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-1.05-r2-pkgconfig.patch index 59208c8814bb..55ff0e67e880 100644 --- a/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-1.05-r2-pkgconfig.patch +++ b/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-1.05-r2-pkgconfig.patch @@ -3,12 +3,6 @@ From: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Date: Sat, 26 Mar 2022 16:08:49 +0100 Subject: [PATCH] pkgconfig ---- - Makefile | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Makefile b/Makefile -index 13f2dd3..a63b4ab 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ diff --git a/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-makefile.patch b/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-makefile.patch index 425a0a0417ee..7c309be95b60 100644 --- a/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-makefile.patch +++ b/x11-plugins/gkrellm-xkb/files/gkrellm-xkb-makefile.patch @@ -3,8 +3,8 @@ teaches the Makefile to support the user's LDFLAGS. Gentoo-Bug: 338786 ---- a/Makefile 2004-01-05 07:34:36.000000000 +0100 -+++ b/Makefile 2013-03-15 22:11:58.105227982 +0100 +--- a/Makefile ++++ b/Makefile @@ -5,18 +5,16 @@ GKRELLM_INCLUDE = -I$(PREFIX)/include GTK_CFLAGS = `$(GTK_CONFIG) --cflags` |