]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- here comes it back --- it was my mistake
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 17 Jun 2001 08:51:30 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-opt.patch -> 1.3

tcl-opt.patch [new file with mode: 0644]

diff --git a/tcl-opt.patch b/tcl-opt.patch
new file mode 100644 (file)
index 0000000..f325c78
--- /dev/null
@@ -0,0 +1,14 @@
+--- tcl8.3.2/unix/Makefile.in~ Wed Dec 13 21:29:33 2000
++++ tcl8.3.2/unix/Makefile.in  Wed Dec 13 21:29:55 2000
+@@ -85,9 +85,9 @@
+ # To change the compiler switches, for example to change from optimization to
+ # debugging symbols, change the following line:
+ #CFLAGS                       = $(CFLAGS_DEBUG)
+-#CFLAGS                       = $(CFLAGS_OPTIMIZE)
++CFLAGS                        = $(CFLAGS_OPTIMIZE)
+ #CFLAGS                       = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
+-CFLAGS                        = @CFLAGS@
++#CFLAGS                       = @CFLAGS@
+ # To disable ANSI-C procedure prototypes reverse the comment characters
+ # on the following lines:
This page took 0.0557 seconds and 4 git commands to generate.