freebsd-ports/lang/p5-Tcl/files/patch-aa
Anton Berezin f8ea58f62b Make lang/p5-Tcl to actually link with libtcl.
While at it, fix the port build on -current.

PR:		27705
2001-08-20 15:48:58 +00:00

11 lines
359 B
Text

--- Makefile.PL.orig Sat Aug 29 12:25:14 1998
+++ Makefile.PL Sat Aug 29 12:25:52 1998
@@ -2,6 +2,6 @@
WriteMakefile(
NAME => "Tcl",
VERSION => "b2",
- LIBS => ["-ltcl -lm"],
- INC => "-I/usr/local/include -I/usr/include/tcl"
+ LIBS => ["-L$ENV{PREFIX}/lib -ltcl82 -lm"],
+ INC => "-I\${PREFIX}/include -I\${PREFIX}/include/tcl8.2"
);