blob: d9f2c423b562597dd80195c2d02807889cde4b74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.PL.orig Sat Aug 29 12:17:41 1998
+++ Makefile.PL Sat Aug 29 12:20:08 1998
@@ -1,6 +1,6 @@
use ExtUtils::MakeMaker;
WriteMakefile(NAME => "Tcl::Tk",
DISTNAME => "TclTk",
- LIBS => ["-ltk -ltcl -L/usr/X11R6/lib -lX11 -lm"],
- INC => "-I/usr/local/include -I/usr/include/tcl");
+ LIBS => ["-L%LOCALBASE%/lib -L%X11BASE%/lib -ltk82 -ltcl82 -lX11 -lm"],
+ INC => "-I%LOCALBASE%/include -I%LOCALBASE%/include/tcl8.2 -I%LOCALBASE%/include/tk8.2 -I%X11BASE%/include");
#sub MY::tool_autosplit { "AUTOSPLITFILE = :" }
|