diff options
author | David Seifert <soap@gentoo.org> | 2018-01-03 23:34:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-04 10:15:35 +0100 |
commit | 502bb8f2777b7ecabe478443cfd50bd4d003f01e (patch) | |
tree | 48157084bba3eba12dabd746e44066c4557958d2 /x11-plugins/gkrellm-bgchanger/files | |
parent | x11-plugins/gkrellm-cpupower: Eclass update (diff) | |
download | gentoo-502bb8f2777b7ecabe478443cfd50bd4d003f01e.tar.gz gentoo-502bb8f2777b7ecabe478443cfd50bd4d003f01e.tar.bz2 gentoo-502bb8f2777b7ecabe478443cfd50bd4d003f01e.zip |
x11-plugins/gkrellm-bgchanger: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/gkrellm-bgchanger/files')
-rw-r--r-- | x11-plugins/gkrellm-bgchanger/files/gkrellm-bgchanger-0.1.11-fix-build-system.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-bgchanger/files/gkrellm-bgchanger-0.1.11-fix-build-system.patch b/x11-plugins/gkrellm-bgchanger/files/gkrellm-bgchanger-0.1.11-fix-build-system.patch new file mode 100644 index 000000000000..30eb43d3b83d --- /dev/null +++ b/x11-plugins/gkrellm-bgchanger/files/gkrellm-bgchanger-0.1.11-fix-build-system.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -13,7 +13,7 @@ + GTK_INCLUDE = `$(GTK_CONFIG) gtk+-2.0 --cflags` + GTK_LIB = `$(GTK_CONFIG) gtk+-2.0 --libs` + +-GKRELLM_INCLUDE= -I/usr/local/include ++GKRELLM_INCLUDE= -I/usr/include + + INSTALL=install -c -m 755 + |