From owner-svn-ports-head@FreeBSD.ORG Mon Feb 4 16:58:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 232E3238; Mon, 4 Feb 2013 16:58:34 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 15EAAA3E; Mon, 4 Feb 2013 16:58:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r14GwXWF011342; Mon, 4 Feb 2013 16:58:33 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r14GwXTN011341; Mon, 4 Feb 2013 16:58:33 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201302041658.r14GwXTN011341@svn.freebsd.org> From: Cy Schubert Date: Mon, 4 Feb 2013 16:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311637 - head/x11-wm/fvwm2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 16:58:34 -0000 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 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."))