ports/databases/p5-sybperl/patches/patch-Makefile_PL

12 lines
299 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.PL.orig Fri Nov 19 10:35:37 2004
+++ Makefile.PL Wed Sep 1 10:41:21 2010
@@ -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';