patch-CTlib_Makefile_PL 587 B

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