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, 11 insertions, 0 deletions
diff --git a/security/p5-Authen-Krb4/files/patch-Makefile.PL b/security/p5-Authen-Krb4/files/patch-Makefile.PL
new file mode 100644
index 000000000000..aff4ea34e790
--- /dev/null
+++ b/security/p5-Authen-Krb4/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- 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'
+ );