From b7b97785ebbb2f11d24d14dab8b81ed274f4ce6a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Mar 2019 11:37:34 +0000 Subject: gentoo resync : 19.03.2019 --- ...1-Gentoo-use-vendor-dirs-for-perl-modules.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch (limited to 'net-im/ekg2/files') diff --git a/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch b/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch deleted file mode 100644 index 010b22fc976c..000000000000 --- a/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 804370c1ad2f94937ac9184dbbb40354885ea6be Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Wed, 6 Apr 2011 16:19:46 +0200 -Subject: [PATCH] [Gentoo] use vendor dirs for perl modules. - ---- - plugins/perl/Makefile.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/plugins/perl/Makefile.in b/plugins/perl/Makefile.in -index 84d378b..309e2e2 100644 ---- a/plugins/perl/Makefile.in -+++ b/plugins/perl/Makefile.in -@@ -594,7 +594,7 @@ all-local: - set -e; for dir in $(perl_dirs); do \ - cd $$dir && \ - if [ ! -f Makefile ]; then \ -- $(PERL) Makefile.PL; \ -+ $(PERL) Makefile.PL INSTALLDIRS=vendor; \ - fi && \ - $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(AM_CFLAGS) $(CFLAGS)" && \ - cd ..; \ --- -1.7.4.1 - -- cgit v1.2.3