diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-16 11:05:22 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-16 11:05:22 +0800 |
commit | 366f2896a2dd6d1cf971f5c7bd41f7192b10969c (patch) | |
tree | 9659242f9be5f2b5ea9e8f957ccde92e31eede67 /x11-toolkits/p5-TclTk/files | |
parent | bbfabfc11c135b6eb40cf8b26c9daa99ccc11fa0 (diff) | |
download | freebsd-ports-gnome-366f2896a2dd6d1cf971f5c7bd41f7192b10969c.tar.gz freebsd-ports-gnome-366f2896a2dd6d1cf971f5c7bd41f7192b10969c.tar.zst freebsd-ports-gnome-366f2896a2dd6d1cf971f5c7bd41f7192b10969c.zip |
Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, as opposed to p5-Tk, which is native access)
Diffstat (limited to 'x11-toolkits/p5-TclTk/files')
-rw-r--r-- | x11-toolkits/p5-TclTk/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/p5-TclTk/files/patch-aa b/x11-toolkits/p5-TclTk/files/patch-aa new file mode 100644 index 000000000000..c071a785b025 --- /dev/null +++ b/x11-toolkits/p5-TclTk/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Tue Jun 6 07:15:02 1995 ++++ Makefile.PL Sun Jun 15 22:59:52 1997 +@@ -1,6 +1,6 @@ + use ExtUtils::MakeMaker; + WriteMakefile(NAME => "Tcl::Tk", + DISTNAME => "TclTk", +- LIBS => ["-ltk -ltcl -lX11 -lm"], +- INC => "-I/usr/local/include -I/usr/include/tcl"); ++ LIBS => ["-L$ENV{PREFIX}/lib -L$ENV{X11BASE}/lib -ltk41 -ltcl -lX11 -lm"], ++ INC => "-I$ENV{PREFIX}/include -I/usr/include/tcl -I$ENV{X11BASE}/include"); + sub MY::tool_autosplit { "AUTOSPLITFILE = :" } |