summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-02-04 16:58:33 +0000
committerCy Schubert <cy@FreeBSD.org>2013-02-04 16:58:33 +0000
commit0e48c93e826aaf26cf94704eced6e3d81b495eea (patch)
treea5fe9cd9291b8caf22486317e62c5a015588eefa /x11-wm/fvwm2
parent- Update to 1.4.0 (diff)
Fix build under 10-CURRENT.
PR: 172211, 175760 Submitted by: Niclas Zeising <zeising@daemonic.se>
Notes
Notes: svn path=/head/; revision=311637
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r--x11-wm/fvwm2/files/patch-configure.ac11
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."))