381f660e68
in the right place. PR: 28394
12 lines
557 B
Plaintext
12 lines
557 B
Plaintext
--- 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 = :" }
|