aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Tcl/files
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-06-16 03:03:56 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-06-16 03:03:56 +0000
commit26926d9a4dbe728d8ed041a7c1bfc07a73443b47 (patch)
tree6d15c947f0b1fb9309e2074430bbb2cba6db3397 /lang/p5-Tcl/files
parente901b7651fbc53dec52c13af92d1820fa841492d (diff)
downloadports-26926d9a4dbe728d8ed041a7c1bfc07a73443b47.tar.gz
ports-26926d9a4dbe728d8ed041a7c1bfc07a73443b47.zip
Import of a perl5 module for access to libtcl
Notes
Notes: svn path=/head/; revision=6948
Diffstat (limited to 'lang/p5-Tcl/files')
-rw-r--r--lang/p5-Tcl/files/patch-aa9
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");