Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 05:12:08 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Raphael Kubo da Costa <rakuco@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r409744 - in head/graphics: . farbfeld farbfeld/files
Message-ID:  <20160229051208.GC45790@FreeBSD.org>
In-Reply-To: <201602281453.u1SEr55F056455@repo.freebsd.org>
References:  <201602281453.u1SEr55F056455@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 28, 2016 at 02:53:05PM +0000, Raphael Kubo da Costa wrote:
> New Revision: 409744
> URL: https://svnweb.freebsd.org/changeset/ports/409744
> 
> Log:
>   New port: graphics/farbfeld.
>   
>   [...]
> @@ -0,0 +1,13 @@
> +--- config.mk.orig	2016-02-19 12:59:50.769556000 -0600
> ++++ config.mk	2016-02-19 12:56:15.846580000 -0600
> +@@ -18,8 +18,8 @@
> + 
> + # flags
> + CPPFLAGS = -D_DEFAULT_SOURCE
> +-CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
> ++CFLAGS  += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}

Looks like `-Os' should be dropped as += would uphold our standard CFLAGS
which typically already carry desired optimization option(s).

./danfe



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