Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 16:58:33 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311637 - head/x11-wm/fvwm2/files
Message-ID:  <201302041658.r14GwXTN011341@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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."))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302041658.r14GwXTN011341>