freebsd-ports/lang/p5-Tcl/files/patch-aa
1997-06-16 03:03:56 +00:00

9 lines
322 B
Text

--- Makefile.PL.orig Sun Jun 15 22:37:16 1997
+++ Makefile.PL Sun Jun 15 22:37:40 1997
@@ -1,3 +1,4 @@
use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-ltcl -lm"],
- INC => "-I/usr/local/include -I/usr/include/tcl");
+WriteMakefile( NAME => "Tcl",
+ LIBS => ["-ltcl -lm"],
+ INC => "-I/usr/include/tcl");