openbsd-ports/x11/windowmaker/patches/patch-m4_windowmaker_m4
dcoppa 7529eb2eec Update to WindowMaker-0.95.7
OK reyk@, sebastia@
2016-06-17 11:49:33 +00:00

13 lines
765 B
Plaintext

$OpenBSD: patch-m4_windowmaker_m4,v 1.1 2016/06/17 11:49:33 dcoppa Exp $
--- m4/windowmaker.m4.orig Tue Aug 11 20:41:14 2015
+++ m4/windowmaker.m4 Wed Feb 3 10:24:21 2016
@@ -195,7 +195,7 @@ AC_CACHE_CHECK([for secure_getenv], [wm_cv_func_secure
wm_save_CFLAGS="$CFLAGS"
for wm_arg in "% yes" "-D_GNU_SOURCE"; do
AS_IF([wm_fn_lib_try_compile "stdlib.h" "const char *h;" "h = secure_getenv(\"HOME\")" dnl
- "`echo "$wm_arg" | sed -e 's, *%.*$,,' ` -Werror=implicit-function-declaration"],
+ "`echo "$wm_arg" | sed -e 's, *%.*$,,' ` -Werror=implicit-function-declaration -pedantic-error"],
[wm_cv_func_secure_getenv="`echo "$wm_arg" | sed -e 's,^.*% *,,' `"
break])
done