diff options
Diffstat (limited to 'devel/nasm/patches/patch-ac')
-rw-r--r-- | devel/nasm/patches/patch-ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/nasm/patches/patch-ac b/devel/nasm/patches/patch-ac index 957e0b853de..e4405903433 100644 --- a/devel/nasm/patches/patch-ac +++ b/devel/nasm/patches/patch-ac @@ -1,10 +1,10 @@ -$NetBSD: patch-ac,v 1.4 2008/01/28 05:38:20 bjs Exp $ +$NetBSD: patch-ac,v 1.5 2009/07/22 21:21:33 wiz Exp $ ---- configure.orig 2008-01-17 15:22:18.000000000 -0500 +--- configure.orig 2009-07-20 05:22:31.000000000 +0000 +++ configure -@@ -4498,7 +4498,7 @@ rm -f core conftest.err conftest.$ac_obj - { echo "$as_me:$LINENO: checking if $CC accepts -Wall" >&5 - echo $ECHO_N "checking if $CC accepts -Wall... $ECHO_C" >&6; } +@@ -4608,7 +4608,7 @@ rm -f core conftest.err conftest.$ac_obj + { $as_echo "$as_me:$LINENO: checking if $CC accepts -Wall" >&5 + $as_echo_n "checking if $CC accepts -Wall... " >&6; } pa_add_cflags__old_cflags="$CFLAGS" - CFLAGS="$CFLAGS -Wall" + CFLAGS="$CFLAGS -Wall -Wno-char-subscripts" |