pkgsrc-ng/devel/memcached/patches/patch-configure
2013-09-26 17:14:40 +02:00

14 lines
544 B
Plaintext

$NetBSD: patch-configure,v 1.2 2012/02/25 20:52:53 mspo Exp $
--- configure.orig 2012-02-25 19:58:48.000000000 +0000
+++ configure
@@ -6261,7 +6261,7 @@ $as_echo "#define _GNU_SOURCE 1" >>confd
elif test "$GCC" = "yes"
then
GCC_VERSION=`$CC -dumpversion`
- CFLAGS="$CFLAGS -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
+ CFLAGS="$CFLAGS -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
case $GCC_VERSION in
4.4.*)
CFLAGS="$CFLAGS -fno-strict-aliasing"