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

Alexey Dokuchaev danfe at FreeBSD.org
Thu Mar 31 10:53:02 UTC 2016


On Sun, Mar 20, 2016 at 12:21:11PM +0000, Thomas Zander wrote:
> New Revision: 411442
> URL: https://svnweb.freebsd.org/changeset/ports/411442
> 
> Log:
>   Update to upstream version 2 (no minor or patchlevel, just version 2)
>   
> [...]
> +@@ -18,8 +18,8 @@ LIBS = -L${PNGLIB} -L${JPGLIB} -lpng -lj
>   
>   # flags
>   CPPFLAGS = -D_DEFAULT_SOURCE
>  -CFLAGS   = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
> -+CFLAGS  += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
> ++CFLAGS   += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}

You should've removed -Os here (we usually try to teach ports to respect
standard CFLAGS).

./danfe


More information about the svn-ports-all mailing list