Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 18:32:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415955 - head/misc/bestfit/files
Message-ID:  <201605271832.u4RIW6TP096796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri May 27 18:32:06 2016
New Revision: 415955
URL: https://svnweb.freebsd.org/changeset/ports/415955

Log:
  Fix build on CURRENT.

Added:
  head/misc/bestfit/files/
  head/misc/bestfit/files/patch-configure   (contents, props changed)

Added: head/misc/bestfit/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/bestfit/files/patch-configure	Fri May 27 18:32:06 2016	(r415955)
@@ -0,0 +1,11 @@
+--- configure.orig	2016-05-27 17:25:42 UTC
++++ configure
+@@ -3918,7 +3918,7 @@ else
+ fi;
+ 
+ # Add -Wall to CFLAGS and clean it up
+-CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'`
++#CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'`
+ 
+ ac_config_files="$ac_config_files Makefile src/Makefile"
+ 



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