Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/groundhog/files: groundhog-1.4-flags.patch
Date: Sun, 29 Jul 2012 20:49:31
Message-Id: 20120729204921.021172004B@flycatcher.gentoo.org
1 hasufell 12/07/29 20:49:20
2
3 Added: groundhog-1.4-flags.patch
4 Log:
5 respect CFLAGS wrt #428538
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-puzzle/groundhog/files/groundhog-1.4-flags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/files/groundhog-1.4-flags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/groundhog/files/groundhog-1.4-flags.patch?rev=1.1&content-type=text/plain
14
15 Index: groundhog-1.4-flags.patch
16 ===================================================================
17 respect flags
18
19 applied on top of debian patches
20
21 --- configure.in
22 +++ configure.in
23 @@ -46,8 +46,6 @@
24 dnl Checks for libraries.
25 dnl AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR(Groundhog needs GTK 2.0))
26
27 -CXXFLAGS="-O2 -Wall"
28 -
29 dnl Checks for header files.
30 AC_CHECK_HEADERS(unistd.h)
31
32 @@ -57,16 +55,6 @@
33
34 dnl Checks for library functions.
35
36 -dnl Use -Wall if we have gcc.
37 -changequote(,)dnl
38 -if test "x$GCC" = "xyes"; then
39 - case " $CFLAGS " in
40 - *[\ \ ]-Wall[\ \ ]*) ;;
41 - *) CFLAGS="$CFLAGS -Wall" ;;
42 - esac
43 -fi
44 -changequote([,])dnl
45 -
46 AC_OUTPUT([ m4/Makefile intl/Makefile
47 Makefile
48 src/Makefile