mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
544 B
Plaintext
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"
|