openbsd-ports/devel/libmagic/patches/patch-configure
rui 482c0795ea - update to 5.00, based on initial diff from Benoit Lecocq.
- fix build on Vax while here

ok naddy@
2009-04-04 18:28:14 +00:00

22 lines
879 B
Plaintext

$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; }
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"
fi
else
@@ -23944,7 +23944,7 @@ echo "${ECHO_T}yes" >&6; }
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"
fi
fi