svn commit: r409744 - in head/graphics: . farbfeld farbfeld/files

Alexey Dokuchaev danfe at FreeBSD.org
Mon Feb 29 05:12:09 UTC 2016


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


More information about the svn-ports-all mailing list