You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
936 B
29 lines
936 B
diff -Naur libwps-0.2.0.orig/configure libwps-0.2.0/configure
|
|
--- libwps-0.2.0.orig/configure 2010-11-16 11:50:59.000000000 +0100
|
|
+++ libwps-0.2.0/configure 2011-06-28 11:27:23.118458784 +0200
|
|
@@ -15185,8 +15185,8 @@
|
|
|
|
else
|
|
if test x"$GCC" = xyes; then
|
|
- CFLAGS="$CFLAGS -Wall -Werror -pedantic"
|
|
- CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic"
|
|
+: CFLAGS="$CFLAGS -Wall -Werror -pedantic"
|
|
+: CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic"
|
|
fi
|
|
fi
|
|
|
|
diff -Naur libwps-0.2.0.orig/configure.in libwps-0.2.0/configure.in
|
|
--- libwps-0.2.0.orig/configure.in 2008-04-14 09:55:28.000000000 +0200
|
|
+++ libwps-0.2.0/configure.in 2011-06-28 11:27:42.786743535 +0200
|
|
@@ -202,8 +202,8 @@
|
|
|
|
else
|
|
if test x"$GCC" = xyes; then
|
|
- CFLAGS="$CFLAGS -Wall -Werror -pedantic"
|
|
- CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic"
|
|
+: CFLAGS="$CFLAGS -Wall -Werror -pedantic"
|
|
+: CXXFLAGS="$CXXFLAGS -Wall -Werror -pedantic"
|
|
fi
|
|
fi
|
|
|