svn commit: r311637 - head/x11-wm/fvwm2/files

Cy Schubert cy at FreeBSD.org
Mon Feb 4 16:58:34 UTC 2013


Author: cy
Date: Mon Feb  4 16:58:33 2013
New Revision: 311637
URL: http://svnweb.freebsd.org/changeset/ports/311637

Log:
  Fix build under 10-CURRENT.
  
  PR:		172211, 175760
  Submitted by:	Niclas Zeising <zeising at daemonic.se>

Added:
  head/x11-wm/fvwm2/files/patch-configure.ac   (contents, props changed)

Added: head/x11-wm/fvwm2/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/fvwm2/files/patch-configure.ac	Mon Feb  4 16:58:33 2013	(r311637)
@@ -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."))


More information about the svn-ports-head mailing list