SOURCES: codeblocks-ac.patch - endlines converted to Unix statndar...

twittner twittner at pld-linux.org
Thu Dec 8 18:43:19 CET 2005


Author: twittner                     Date: Thu Dec  8 17:43:19 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- endlines converted to Unix statndard (dos2unix)

---- Files affected:
SOURCES:
   codeblocks-ac.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/codeblocks-ac.patch
diff -u SOURCES/codeblocks-ac.patch:1.1 SOURCES/codeblocks-ac.patch:1.2
--- SOURCES/codeblocks-ac.patch:1.1	Wed Dec  7 17:21:44 2005
+++ SOURCES/codeblocks-ac.patch	Thu Dec  8 18:43:14 2005
@@ -1,20 +1,20 @@
 diff -Nur o.codeblocks-1.0rc2/acinclude.m4 n.codeblocks-1.0rc2/acinclude.m4
---- o.codeblocks-1.0rc2/acinclude.m4	2005-10-25 09:59:00.000000000 +0200
-+++ n.codeblocks-1.0rc2/acinclude.m4	2005-12-06 23:15:14.016351808 +0100
+--- o.codeblocks-1.0rc2/acinclude.m4	2005-12-08 17:10:24.454151072 +0100
++++ n.codeblocks-1.0rc2/acinclude.m4	2005-12-08 17:10:13.204861224 +0100
 @@ -65,12 +65,12 @@
- AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug], [turn on debugging (default is OFF)])],,
-                        enable_debug=$debug_default)
- if test "x$enable_debug" = "xyes"; then
--         CFLAGS="$CFLAGS -g -DDEBUG"
--         CXXFLAGS="$CXXFLAGS -g -DDEBUG"
-+         CFLAGS="$CFLAGS -Wall -DDEBUG"
-+         CXXFLAGS="$CXXFLAGS -Wall -DDEBUG"
- 	AC_MSG_RESULT(yes)
- else
--	CFLAGS="$CFLAGS -O2 -ffast-math"
--	CXXFLAGS="$CXXFLAGS -O2 -ffast-math"
-+	CFLAGS="$CFLAGS -Wall -ffast-math"
-+	CXXFLAGS="$CXXFLAGS -Wall -ffast-math"
- 	AC_MSG_RESULT(no)
- fi
- 
+ AC_ARG_ENABLE(debug, [AC_HELP_STRING([--enable-debug], [turn on debugging (default is OFF)])],,
+                        enable_debug=$debug_default)
+ if test "x$enable_debug" = "xyes"; then
+-         CFLAGS="$CFLAGS -g -DDEBUG"
+-         CXXFLAGS="$CXXFLAGS -g -DDEBUG"
++         CFLAGS="$CFLAGS -Wall -DDEBUG"
++         CXXFLAGS="$CXXFLAGS -Wall -DDEBUG"
+ 	AC_MSG_RESULT(yes)
+ else
+-	CFLAGS="$CFLAGS -O2 -ffast-math"
+-	CXXFLAGS="$CXXFLAGS -O2 -ffast-math"
++	CFLAGS="$CFLAGS -Wall -ffast-math"
++	CXXFLAGS="$CXXFLAGS -Wall -ffast-math"
+ 	AC_MSG_RESULT(no)
+ fi
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/codeblocks-ac.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list