diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 08:05:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:10:33 +0100 |
commit | fc8b30c74f4f446017508b056f3195f9a2b5df54 (patch) | |
tree | b9f2c7445137b3f301170295cbb465171a7d3ffe /x11-plugins | |
parent | x11-plugins/gkwebmon: respect PKG_CONFIG, depend on pkgconfig (diff) | |
download | gentoo-fc8b30c74f4f446017508b056f3195f9a2b5df54.tar.gz gentoo-fc8b30c74f4f446017508b056f3195f9a2b5df54.tar.bz2 gentoo-fc8b30c74f4f446017508b056f3195f9a2b5df54.zip |
x11-plugins/pidgin-gnome-keyring: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch b/x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch index 6aa6ffca3c52..a96080fc6aa3 100644 --- a/x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch +++ b/x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch @@ -1,10 +1,10 @@ ---- a/Makefile 2015-02-07 03:23:05.000000000 +0000 -+++ b/Makefile 2016-04-28 09:53:59.915565380 +0000 +--- a/Makefile ++++ b/Makefile @@ -2,6 +2,7 @@ SECRETFLAGS = `pkg-config --libs --cflags libsecret-1` PURPLEFLAGS = `pkg-config --cflags purple` -+PLUGINDIR = `pkg-config --variable=plugindir purple` ++PLUGINDIR = `${PKG_CONFIG} --variable=plugindir purple` VERSION = $(shell cat VERSION) ifeq ($(strip $(VERSION)),) VERSION = `git describe --tags` |