ports/lang/p5-Tcl/files/patch-Makefile.PL
Adam Weinberger d684122868 Update to 1.03. Sort plist, strip XS module, remove chmod's that
are no longer necessary, and regenerate patch with makepatch.

Changes: https://metacpan.org/changes/distribution/Tcl
2016-02-25 17:30:12 +00:00

12 lines
525 B
Perl

--- Makefile.PL.orig 2016-02-21 16:07:40 UTC
+++ Makefile.PL
@@ -168,8 +168,8 @@ if (defined($libpath) && defined($incpat
$defs .= " -DTCL_LIB_FILE=\\\"tcl$tclver.dll\\\"" if $usestubs;
}
elsif ($^O eq 'freebsd') {
+ $tclcfg{tcl_library} =~ /^(.*)[\\\/]lib[\\\/]/ and $incpath .= " -I$1/include/tcl$tclver";
$tclver=~s/\.//;
- $tclsh=~/([\d.]+)$/ and $incpath .= " -I/usr/local/include/tcl$1";
$defs .= " -DTCL_LIB_FILE=\\\"libtcl$tclver.so\\\"" if $usestubs;
}
elsif ($^O eq 'hpux') {