diff options
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` |