07bfa62c94
* Fix dynamic loading patches. * General clean-up.
13 lines
507 B
Plaintext
13 lines
507 B
Plaintext
$OpenBSD: patch-Tk_unix_Makefile_in,v 1.1 2003/05/19 08:50:43 naddy Exp $
|
|
--- Tk/unix/Makefile.in.orig Mon May 19 00:54:51 2003
|
|
+++ Tk/unix/Makefile.in Mon May 19 00:55:03 2003
|
|
@@ -98,7 +98,7 @@ LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11
|
|
|
|
# To change the compiler switches, for example to change from -O
|
|
# to -g, change the following line:
|
|
-CFLAGS = -O
|
|
+#CFLAGS = -O
|
|
|
|
# To turn off the security checks that disallow incoming sends when
|
|
# the X server appears to be insecure, reverse the comments on the
|