]> git.pld-linux.org Git - packages/ncmpc.git/commitdiff
- skipp cflags checking
authorlisu <lisu@pld-linux.org>
Wed, 26 Nov 2008 15:48:18 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncmpc-configure.patch -> 1.1

ncmpc-configure.patch [new file with mode: 0644]

diff --git a/ncmpc-configure.patch b/ncmpc-configure.patch
new file mode 100644 (file)
index 0000000..b26a835
--- /dev/null
@@ -0,0 +1,22 @@
+--- ncmpc-0.12~beta1/configure.ac~     2008-11-25 21:36:07.000000000 +0100
++++ ncmpc-0.12~beta1/configure.ac      2008-11-26 12:37:49.000000000 +0100
+@@ -231,19 +231,6 @@
+ dnl CFLAGS
+-AC_SUBST(AM_CFLAGS)
+-
+-CHECK_CFLAG([-Wall])
+-CHECK_CFLAG([-Wextra])
+-CHECK_CFLAG([-Wno-deprecated-declarations])
+-CHECK_CFLAG([-Wmissing-prototypes])
+-CHECK_CFLAG([-Wdeclaration-after-statement])
+-CHECK_CFLAG([-Wshadow])
+-CHECK_CFLAG([-Wpointer-arith])
+-CHECK_CFLAG([-Wstrict-prototypes])
+-CHECK_CFLAG([-Wcast-qual])
+-CHECK_CFLAG([-Wwrite-strings])
+-
+ dnl Optional screen - help screen
+ AC_MSG_CHECKING([whether to include the help screen])
+ AC_ARG_ENABLE([help-screen],
This page took 0.192636 seconds and 4 git commands to generate.