SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- 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";