diff options
Diffstat (limited to 'lang/p5-Tcl/files/patch-aa')
-rw-r--r-- | lang/p5-Tcl/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/p5-Tcl/files/patch-aa b/lang/p5-Tcl/files/patch-aa new file mode 100644 index 000000000000..97377393c963 --- /dev/null +++ b/lang/p5-Tcl/files/patch-aa @@ -0,0 +1,9 @@ +--- 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"); |