diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-02-04 16:58:33 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-02-04 16:58:33 +0000 |
commit | 0e48c93e826aaf26cf94704eced6e3d81b495eea (patch) | |
tree | a5fe9cd9291b8caf22486317e62c5a015588eefa /x11-wm/fvwm2 | |
parent | 2f0818e0aa28fad0eb2a28aaf21a0d930034bef5 (diff) | |
download | ports-0e48c93e826aaf26cf94704eced6e3d81b495eea.tar.gz ports-0e48c93e826aaf26cf94704eced6e3d81b495eea.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm2')
-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.")) |