$OpenBSD: patch-Makefile_PL,v 1.3 2004/07/20 07:46:18 xsa Exp $
--- Makefile.PL.orig	Fri Jun 11 13:52:00 2004
+++ Makefile.PL	Mon Jul  5 16:06:52 2004
@@ -24,7 +24,7 @@ GetOptions('--file' => \$file);
 
 configure();
 
-configPwd();
+#configPwd();
 
 my $lddlflags = $Config{lddlflags};
 $lddlflags = "-L$SYBASE/lib $lddlflags" unless $^O eq 'VMS';
@@ -128,7 +128,7 @@ sub configure {
 	if($file) {
 	    $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $attr{EXTRA_LIBS} -ldl -lm";
 	} else {
-	    $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $extra -ldl -lm";
+	    $lib_string = "-L$SYBASE/lib -lct -lintl $extra -lm";
 	}
 	if($newlibnames) {
 	    foreach (qw(ct cs tcl comn intl)) {
