summaryrefslogtreecommitdiff
path: root/databases/p5-sybperl/patches/patch-aa
blob: 5af0ecdd7d95e049db392074e9480dcd6aad6ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2004/03/29 10:01:33 grant Exp $

--- Makefile.PL.orig	2004-01-01 03:47:07.000000000 +1100
+++ Makefile.PL
@@ -11,7 +11,7 @@ require './util/config.pl';
 my $sattr = &config();
 my $written_pwd_file = 'PWD';
 
-configPwd();
+# configPwd();
 
 my $linktype = defined($$sattr{LINKTYPE}) ? $$sattr{LINKTYPE} : 'dynamic';