ports/databases/p5-DBD-Sybase/files/patch-Makefile.PL
Sheldon Hearn 3c72350197 This is DBD::Sybase, a Perl5 database interface driver that uses the
FreeTDS libraries to connect to Sybase-like RDMSs, including MSSQL7.
2001-05-10 17:04:49 +00:00

21 lines
719 B
Perl

--- Makefile.PL.orig Thu May 10 17:56:44 2001
+++ Makefile.PL Thu May 10 17:58:36 2001
@@ -107,13 +107,13 @@
} else {
my $extra = getExtraLibs($SYBASE, $attr{EXTRA_LIBS});
if($file) {
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $attr{EXTRA_LIBS} -lm";
+ $lib_string = "-L$SYBASE/lib -lct -lintl $attr{EXTRA_LIBS} -lm";
} else {
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $extra -lm";
- }
- if($^O =~ /linux|freebsd/i) {
- $lib_string =~ s/ltcl/lsybtcl/;
+ $lib_string = "-L$SYBASE/lib -lct -lintl $extra -lm";
}
+# if($^O =~ /linux|freebsd/i) {
+# $lib_string =~ s/ltcl/lsybtcl/;
+# }
}
my $config_sitearch = $Config{sitearchexp};