]> git.pld-linux.org Git - packages/gnome-games.git/blame - gnome-games-cxx_warnings.patch
- 2.12.1
[packages/gnome-games.git] / gnome-games-cxx_warnings.patch
CommitLineData
c566806a 1diff -aurN gnome-games-2.7.3.orig/configure.in gnome-games-2.7.3/configure.in
2--- gnome-games-2.7.3.orig/configure.in 2004-06-07 11:33:25.000000000 +0200
3+++ gnome-games-2.7.3/configure.in 2004-06-07 20:19:21.127695408 +0200
4@@ -62,12 +62,13 @@
5 AC_SUBST(GNOME_GAMES_CFLAGS)
6 AC_SUBST(GNOME_GAMES_LIBS)
7
8+GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CXXFLAGS"
9 GNOME_GAMES_CFLAGS="$GNOME_GAMES_CFLAGS -I\$(top_srcdir)/libgames-support $WARN_CFLAGS"
10 GNOME_GAMES_LIBS="$GNOME_GAMES_LIBS \$(top_builddir)/libgames-support/libgames-support.la"
11
12 ## Use a separate set of flags for C++ (so we can exclude -std=gnu89 for
13 ## example, it doesn't make sense under C++).
14-GNOME_GAMES_CXXFLAGS="-Werror $GNOME_GAMES_CFLAGS"
15+GNOME_GAMES_CXXFLAGS="$GNOME_GAMES_CXXFLAGS -Werror"
16 AC_SUBST(GNOME_GAMES_CXXFLAGS)
17
18 ## This should make sure that developers using gcc 3.x will write something
This page took 0.030801 seconds and 4 git commands to generate.