]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- fix gcc 3.3 compilation
authoraflinta <aflinta@pld-linux.org>
Thu, 22 May 2003 20:55:16 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa-gcc33.patch -> 1.1

balsa-gcc33.patch [new file with mode: 0644]

diff --git a/balsa-gcc33.patch b/balsa-gcc33.patch
new file mode 100644 (file)
index 0000000..aae89a9
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN balsa-2.0.11.orig/configure.in balsa-2.0.11/configure.in
+--- balsa-2.0.11.orig/configure.in     Thu May 22 22:37:21 2003
++++ balsa-2.0.11/configure.in  Thu May 22 22:37:43 2003
+@@ -437,7 +437,7 @@
+ set_more_warnings="$enableval", set_more_warnings=yes)
+ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
+-      for option in -Wsign-promo -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wuninitialized -Wmissing-prototypes -Wreturn-type; do
++      for option in -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wuninitialized -Wmissing-prototypes -Wreturn-type; do
+                 SAVE_CFLAGS="$CFLAGS"
+                 CFLAGS="$CFLAGS $option"
+                 AC_MSG_CHECKING([whether gcc understands $option])
This page took 0.0598030000000001 seconds and 4 git commands to generate.