svn commit: r503801 - in head/graphics/exiftran: . files

Alexey Dokuchaev danfe at freebsd.org
Mon Jun 10 04:15:55 UTC 2019


On Sun, Jun 09, 2019 at 06:44:12AM +0000, Martin Matuska wrote:
> New Revision: 503801
> URL: https://svnweb.freebsd.org/changeset/ports/503801
> 
> Log:
>   Update graphics/exiftran to 2.14
> 
> Modified: head/graphics/exiftran/Makefile
> ...
>  
> +CFLAGS+=	-I${LOCALBASE}/include
> +

So what's the point to amend CFLAGS here?..

> Modified: head/graphics/exiftran/files/Makefile.exiftran
> ...
>  
> -CFLAGS+= -I${PREFIX}/include -I${.CURDIR}/../../jpeg/80 \
> -	-I${.CURDIR}/../.. -DHAVE_NEW_EXIF
> +CFLAGS+=	-I${LOCALBASE}/include \

... If you also do the same here?

./danfe


More information about the svn-ports-all mailing list