svn commit: r437476 - in head/devel/glib20: . files

Jan Beich jbeich at FreeBSD.org
Sat Apr 1 20:42:03 UTC 2017


Baptiste Daroussin <bapt at FreeBSD.org> writes:

> Author: bapt
> Date: Sat Apr  1 20:36:47 2017
> New Revision: 437476
> URL: https://svnweb.freebsd.org/changeset/ports/437476
>
> Log:
>   Reapply 437111
>   While here remove configure arguments already passed by the framework
[...]
> -DEBUG_CONFIGURE_ARGS+=	--enable-debug=yes \
> -			--disable-silent-rules
> +DEBUG_CONFIGURE_ARGS+=	--enable-debug=yes

Doh, _CONFIGURE_ARGS helper doesn't exist, use _CONFIGURE_ON. And += is
unnecessary, plain = would work. See x11-toolkits/gtk20/Makefile


More information about the svn-ports-head mailing list