summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Sybase/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-05-10 17:04:49 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-05-10 17:04:49 +0000
commit3c723501973e4901a984abf498607fb385eb6117 (patch)
treecee91f7867e8186ac0e1cb4ff139cf2ec3cc2c66 /databases/p5-DBD-Sybase/files/patch-Makefile.PL
parentUpgrade to 2.93 (diff)
This is DBD::Sybase, a Perl5 database interface driver that uses the
FreeTDS libraries to connect to Sybase-like RDMSs, including MSSQL7.
Diffstat (limited to 'databases/p5-DBD-Sybase/files/patch-Makefile.PL')
-rw-r--r--databases/p5-DBD-Sybase/files/patch-Makefile.PL21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/p5-DBD-Sybase/files/patch-Makefile.PL b/databases/p5-DBD-Sybase/files/patch-Makefile.PL
new file mode 100644
index 000000000000..32c9664e19d4
--- /dev/null
+++ b/databases/p5-DBD-Sybase/files/patch-Makefile.PL
@@ -0,0 +1,21 @@
+--- 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};