openbsd-ports/x11/gnome/ekiga/patches/patch-configure
ajacoutot 0cc204d9f6 Update to ekiga-3.9.90.
still very rough around the edges...
2012-08-25 13:30:50 +00:00

24 lines
911 B
Plaintext

$OpenBSD: patch-configure,v 1.6 2012/08/25 13:30:50 ajacoutot Exp $
--- configure.orig Thu Aug 23 22:48:08 2012
+++ configure Sat Aug 25 09:53:47 2012
@@ -16528,8 +16528,8 @@ fi
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
@@ -16583,7 +16583,7 @@ case $target_os in
gm_platform="gnu"
;;
- FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* )
+ FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* | OpenBSD* | openbsd* )
gm_platform="freebsd"
;;