commit: ae63c9016ce192838e8977710951faeba4ae9556 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat May 12 15:37:53 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 13 07:31:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae63c901
net-misc/networkmanager-fortisslvpn: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8373 ...workmanager-fortisslvpn-1.2.2-location-fix.diff | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.2-location-fix.diff b/net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.2-location-fix.diff deleted file mode 100644 index 39beeb1e37f..00000000000 --- a/net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.2-location-fix.diff +++ /dev/null @@ -1,26 +0,0 @@ -From 377ba9ca7fb33f3fb2ba5258a5af666869947597 Mon Sep 17 00:00:00 2001 -From: Lubomir Rintel <[email protected]> -Date: Wed, 18 May 2016 10:16:35 +0200 -Subject: [PATCH] service: don't use sharedstatedir - -GNU CS and thus autoconf default to a location that doesn't make any -sense on Linux: - -http://www.redhat.com/archives/fedora-extras-list/2006-March/msg01546.html ---- - src/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index 2725b48..7c0f811 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -1,4 +1,4 @@ --fortisslvpn_statedir = $(sharedstatedir)/$(PACKAGE) -+fortisslvpn_statedir = $(localstatedir)/lib/$(PACKAGE) - - install-data-hook: - $(mkinstalldirs) -m 0700 $(DESTDIR)$(fortisslvpn_statedir) --- -2.7.3 -
