summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-01-30 06:51:13 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-01-30 06:51:13 +0000
commitabe5c3be76a7c69aef996a4dec58f780d76e2650 (patch)
tree2cbaf7e186666c288cbcb70f49101ae496b2a724 /dev-lang/bas/files/bas-2.3-configure.patch
parentBump (diff)
downloadhistorical-abe5c3be76a7c69aef996a4dec58f780d76e2650.tar.gz
historical-abe5c3be76a7c69aef996a4dec58f780d76e2650.tar.bz2
historical-abe5c3be76a7c69aef996a4dec58f780d76e2650.zip
Bump
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/bas/files/bas-2.3-configure.patch')
-rw-r--r--dev-lang/bas/files/bas-2.3-configure.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lang/bas/files/bas-2.3-configure.patch b/dev-lang/bas/files/bas-2.3-configure.patch
new file mode 100644
index 000000000000..c83558d88b3b
--- /dev/null
+++ b/dev-lang/bas/files/bas-2.3-configure.patch
@@ -0,0 +1,21 @@
+--- configure.in 2012-08-30 16:29:25.000000000 +0800
++++ configure.in.new 2013-01-30 14:48:16.504664907 +0800
+@@ -31,8 +31,8 @@
+ AC_PROG_CC
+ if test "$GCC" = yes
+ then
+- 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"
+- LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}-g"
++ 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"
++ LDFLAGS="${LDFLAGS} ${EXTRA_GLDFLAGS}"
+ else
+ CFLAGS="${CFLAGS} ${EXTRA_CFLAGS}"
+ LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}"
+@@ -66,7 +66,6 @@
+ fi
+
+ AC_CHECK_HEADERS(tgmath.h,have_tgmath_h=yes)
+-AC_CHECK_FUNCS(lrint)
+ AC_CHECK_FUNCS(nanosleep)
+
+ AC_CHECK_FUNCS(tgetent,have_tgetent=yes)