patch-Tk_unix_Makefile_in 522 B

12345678910111213
  1. $OpenBSD: patch-Tk_unix_Makefile_in,v 1.2 2008/08/19 22:45:27 jasper Exp $
  2. --- Tk/unix/Makefile.in.orig Sun Oct 25 22:52:31 1998
  3. +++ Tk/unix/Makefile.in Fri Aug 15 20:15:21 2008
  4. @@ -98,7 +98,7 @@ LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES)
  5. # To change the compiler switches, for example to change from -O
  6. # to -g, change the following line:
  7. -CFLAGS = -O
  8. +#CFLAGS = -O
  9. # To turn off the security checks that disallow incoming sends when
  10. # the X server appears to be insecure, reverse the comments on the