openbsd-ports/devel/libmagic/patches/patch-configure

22 lines
879 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.2 2009/04/04 18:28:15 rui Exp $
--- configure.orig Tue Feb 3 20:16:11 2009
+++ configure Sat Mar 28 13:28:59 2009
@@ -23930,7 +23930,7 @@ echo "${ECHO_T}yes" >&6; }
2008-09-25 16:43:56 -04:00
WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
-Wmissing-declarations -Wredundant-decls -Wnested-externs \
-Wsign-compare -Wreturn-type -Wswitch -Wshadow \
- -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
+ -Wcast-qual -Wwrite-strings"
2008-09-25 16:43:56 -04:00
fi
else
@@ -23944,7 +23944,7 @@ echo "${ECHO_T}yes" >&6; }
2008-09-25 16:43:56 -04:00
WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
-Wmissing-declarations -Wredundant-decls -Wnested-externs \
-Wsign-compare -Wreturn-type -Wswitch -Wshadow \
- -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
+ -Wcast-qual -Wwrite-strings"
2008-09-25 16:43:56 -04:00
fi
fi