]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-opt.patch
- added multilib patch
[packages/tcl.git] / tcl-opt.patch
CommitLineData
ce1cf2f9
AM
1diff -urN tcl8.5a2.org/unix/Makefile.in tcl8.5a2/unix/Makefile.in
2--- tcl8.5a2.org/unix/Makefile.in 2004-12-08 00:16:06.000000000 +0100
3+++ tcl8.5a2/unix/Makefile.in 2005-04-04 13:15:13.000000000 +0200
4@@ -94,9 +94,9 @@
8c120865
JK
5 # To change the compiler switches, for example to change from optimization to
6 # debugging symbols, change the following line:
7 #CFLAGS = $(CFLAGS_DEBUG)
8-#CFLAGS = $(CFLAGS_OPTIMIZE)
9+CFLAGS = $(CFLAGS_OPTIMIZE)
10 #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
ce1cf2f9
AM
11-CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@
12+#CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@
8c120865 13
bd32470e
AF
14 # Flags to pass to the linker
15 LDFLAGS_DEBUG = @LDFLAGS_DEBUG@
This page took 0.090436 seconds and 4 git commands to generate.