summaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb4/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-Krb4/files/patch-Makefile.PL')
-rw-r--r--security/p5-Authen-Krb4/files/patch-Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/p5-Authen-Krb4/files/patch-Makefile.PL b/security/p5-Authen-Krb4/files/patch-Makefile.PL
deleted file mode 100644
index aff4ea34e790..000000000000
--- a/security/p5-Authen-Krb4/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL~ Mon Jun 12 19:07:25 2000
-+++ Makefile.PL Wed Jan 31 17:04:48 2001
-@@ -5,7 +5,6 @@
- 'NAME' => 'Authen::Krb4',
- 'VERSION_FROM' => 'Krb4.pm',
- # Remove '-lresolv' if you're not using KTH Kerberos libraries
-- 'LIBS' => ['-L/usr/local/krb4/lib -lkrb -ldes -lresolv'],
-+ 'LIBS' => ['-lkrb -ldes'],
- 'DEFINE' => '',
-- 'INC' => '-I/usr/local/krb4/include'
- );