diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 08:04:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:10:30 +0100 |
commit | ae052bd9d13568ccd46cbb01326802988536347d (patch) | |
tree | b53ef8da4b44067ac71ce4a1e0e4912a9cee4752 /x11-plugins | |
parent | x11-plugins/gkrellm-vaiobright: respect PKG_CONFIG (diff) | |
download | gentoo-ae052bd9d13568ccd46cbb01326802988536347d.tar.gz gentoo-ae052bd9d13568ccd46cbb01326802988536347d.tar.bz2 gentoo-ae052bd9d13568ccd46cbb01326802988536347d.zip |
x11-plugins/gkrellweather: tidy up patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellweather/files/gkrellweather-2.0.8-Respect-LDFLAGS.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-plugins/gkrellweather/files/gkrellweather-2.0.8-Respect-LDFLAGS.patch b/x11-plugins/gkrellweather/files/gkrellweather-2.0.8-Respect-LDFLAGS.patch index 9256cdd919c8..3e40f7174845 100644 --- a/x11-plugins/gkrellweather/files/gkrellweather-2.0.8-Respect-LDFLAGS.patch +++ b/x11-plugins/gkrellweather/files/gkrellweather-2.0.8-Respect-LDFLAGS.patch @@ -2,13 +2,6 @@ From 82c3a24ef34c5a5388ee9cc40126b3381fb8445a Mon Sep 17 00:00:00 2001 From: Jim Ramsay <lack@gentoo.org> Date: Wed, 11 Aug 2010 09:03:13 -0400 Subject: [PATCH] Respect LDFLAGS - ---- - Makefile | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/Makefile b/Makefile -index d6dc404..46074ab 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ LIBS = `pkg-config gtk+-2.0 --libs` |