24 lines
917 B
Plaintext
24 lines
917 B
Plaintext
$OpenBSD: patch-configure,v 1.4 2010/05/31 07:20:04 ajacoutot Exp $
|
|
--- configure.orig Mon May 31 00:12:51 2010
|
|
+++ configure Mon May 31 08:34:46 2010
|
|
@@ -15339,8 +15339,8 @@ _ACEOF
|
|
|
|
|
|
if test ".$ac_cv_c_compiler_gnu" = .yes; then
|
|
- CFLAGS="$CFLAGS -Wall -Wextra -Winit-self -Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 -Wfloat-equal -Wshadow"
|
|
- CXXFLAGS="$CXXFLAGS -Wall -Wextra -Winit-self -Wswitch-default -Wswitch-enum -Wstrict-aliasing=2 -Wfloat-equal -Wshadow"
|
|
+ CFLAGS="$CFLAGS -Wall -Wswitch-default -Wswitch-enum -Wfloat-equal -Wshadow"
|
|
+ CXXFLAGS="$CXXFLAGS -Wall -Wswitch-default -Wswitch-enum -Wfloat-equal -Wshadow"
|
|
fi
|
|
|
|
case $host in
|
|
@@ -15390,7 +15390,7 @@ case $target_os in
|
|
gm_platform="linux"
|
|
;;
|
|
|
|
- FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* )
|
|
+ FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* | OpenBSD* | openbsd* )
|
|
gm_platform="freebsd"
|
|
;;
|
|
|