openbsd-ports/lang/STk/patches/patch-Tk_unix_Makefile_in
naddy 07bfa62c94 * Update to 4.0.1, which also fixes DESTDIR/PREFIX handling.
* Fix dynamic loading patches.
* General clean-up.
2003-05-19 08:50:43 +00:00

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