]> git.pld-linux.org Git - packages/tcl.git/commitdiff
bb0b6528b5537cfcc9720a853f7366d1 tcl-opt.patch tcl-8_3_2-50
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 14 Dec 2000 16:36:45 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-opt.patch -> 1.1

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.044889 seconds and 4 git commands to generate.