Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 10:53:02 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Thomas Zander <riggs@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r411442 - in head/graphics/farbfeld: . files
Message-ID:  <20160331105302.GA87353@FreeBSD.org>
In-Reply-To: <201603201221.u2KCLBuK006662@repo.freebsd.org>
References:  <201603201221.u2KCLBuK006662@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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