summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-05-12 17:37:53 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-13 09:31:27 +0200
commitae63c9016ce192838e8977710951faeba4ae9556 (patch)
tree8bb6f94cffc0152c5be8ee2b45ad5be1d3ed8dca /net-misc
parentx11-terms/terminology: update -9999 to reflect latest release (diff)
downloadgentoo-ae63c9016ce192838e8977710951faeba4ae9556.tar.gz
gentoo-ae63c9016ce192838e8977710951faeba4ae9556.tar.bz2
gentoo-ae63c9016ce192838e8977710951faeba4ae9556.zip
net-misc/networkmanager-fortisslvpn: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8373
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/networkmanager-fortisslvpn/files/networkmanager-fortisslvpn-1.2.2-location-fix.diff26
1 files changed, 0 insertions, 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 39beeb1e37fc..000000000000
--- 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 <lkundrak@v3.sk>
-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
-