12345678910111213 |
- $OpenBSD: patch-CTlib_Makefile_PL,v 1.4 2010/09/01 22:32:46 sthen Exp $
- --- CTlib/Makefile.PL.orig Fri Nov 19 10:38:21 2004
- +++ CTlib/Makefile.PL Wed Sep 1 10:41:21 2010
- @@ -57,7 +57,7 @@ if($^O eq 'MSWin32') {
- } else {
- $inc_string = "-I$SYBASE/include";
- $def_string = "-DCTLIBVS=$CTLIBVS -DSYBPLVER='\"\${VERSION}\"' $$sattr{EXTRA_DEFS}";
- - $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl -lblk";
- + $lib_string = "-L$SYBASE/lib -lct -ltds -liconv -lintl";
-
- $lib_string =~ s/-l/-lsyb_/g if $^O eq 'VMS';
- $lib_string .= " $$sattr{EXTRA_LIBS} -lm";
|