Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/bas/files: bas-2.3-configure.patch
Date: Wed, 30 Jan 2013 06:51:08
Message-Id: 20130130065104.7F3D82171E@flycatcher.gentoo.org
1 patrick 13/01/30 06:51:04
2
3 Added: bas-2.3-configure.patch
4 Log:
5 Bump
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 dev-lang/bas/files/bas-2.3-configure.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/bas/files/bas-2.3-configure.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/bas/files/bas-2.3-configure.patch?rev=1.1&content-type=text/plain
14
15 Index: bas-2.3-configure.patch
16 ===================================================================
17 --- configure.in 2012-08-30 16:29:25.000000000 +0800
18 +++ configure.in.new 2013-01-30 14:48:16.504664907 +0800
19 @@ -31,8 +31,8 @@
20 AC_PROG_CC
21 if test "$GCC" = yes
22 then
23 - CFLAGS="${CFLAGS} ${EXTRA_GCFLAGS}-pipe -Wall -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common"
24 - LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}-g"
25 + CFLAGS="${CFLAGS} ${EXTRA_GCFLAGS} -Wall -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common"
26 + LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}"
27 else
28 CFLAGS="${CFLAGS} ${EXTRA_CFLAGS}"
29 LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}"
30 @@ -66,7 +66,6 @@
31 fi
32
33 AC_CHECK_HEADERS(tgmath.h,have_tgmath_h=yes)
34 -AC_CHECK_FUNCS(lrint)
35 AC_CHECK_FUNCS(nanosleep)
36
37 AC_CHECK_FUNCS(tgetent,have_tgetent=yes)