svn commit: r420526 - in head/textproc/highlight: . files

Adam Weinberger adamw at adamw.org
Sat Aug 20 19:55:08 UTC 2016


> On 20 Aug, 2016, at 13:07, Koop Mast <kwm at FreeBSD.org> wrote:
> 
> Author: kwm
> Date: Sat Aug 20 19:07:44 2016
> New Revision: 420526
> URL: https://svnweb.freebsd.org/changeset/ports/420526
> 
> Log:
>  Update highlight to 3.31.
> 
>  Strip binary.
> 
> Modified: head/textproc/highlight/files/patch-src_makefile
> ==============================================================================
> --- head/textproc/highlight/files/patch-src_makefile	Sat Aug 20 18:44:38 2016	(r420525)
> +++ head/textproc/highlight/files/patch-src_makefile	Sat Aug 20 19:07:44 2016	(r420526)
> 
> -CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} ${LUA_CFLAGS}
> -+CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} -I%%LOCALBASE%%/include ${LUA_CFLAGS}
> ++CXX_COMPILE=${CXX} ${CFLAGS} -c -I ${INCLUDE_DIR} -I/usr/local/include ${LUA_CFLAGS}

Did you mean to hardcode /usr/local here?

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org



More information about the svn-ports-all mailing list