diff options
author | cy <cy@FreeBSD.org> | 2013-02-05 00:58:33 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2013-02-05 00:58:33 +0800 |
commit | cd50d773c463f7d980fc538634ec805c6a6635e1 (patch) | |
tree | a5fe9cd9291b8caf22486317e62c5a015588eefa /x11-wm | |
parent | 81e8f4d9c9ba04af5c4f6befddc25938737294c3 (diff) | |
download | freebsd-ports-gnome-cd50d773c463f7d980fc538634ec805c6a6635e1.tar.gz freebsd-ports-gnome-cd50d773c463f7d980fc538634ec805c6a6635e1.tar.zst freebsd-ports-gnome-cd50d773c463f7d980fc538634ec805c6a6635e1.zip |
Fix build under 10-CURRENT.
PR: 172211, 175760
Submitted by: Niclas Zeising <zeising@daemonic.se>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/fvwm2/files/patch-configure.ac b/x11-wm/fvwm2/files/patch-configure.ac new file mode 100644 index 000000000000..d3ab2bb26373 --- /dev/null +++ b/x11-wm/fvwm2/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.bak 2013-02-01 10:35:04.191557713 +0100 ++++ configure.ac 2013-02-01 10:35:12.513558507 +0100 +@@ -225,7 +225,7 @@ + switch (*p = p = *c) { case 0: printf("%Q", c, p); } + *c = &i; c = p; + while (1 || (unsigned int)3 >= 0 || ((int)-1) == ((unsigned int)1)); +- return;], , AC_MSG_ERROR(" ++ return 0;], , AC_MSG_ERROR(" + configure is not able to compile programs with warnings. Please + remove all offending options like -Werror from the CFLAGS and + CPPFLAGS variables and run configure again.")) |