svn commit: r471214 - head/editors/emacs

Joseph Mingrone jrm at FreeBSD.org
Thu May 31 15:44:18 UTC 2018


Joseph Mingrone <jrm at FreeBSD.org> writes:

> Author: jrm
> Date: Thu May 31 15:35:36 2018
> New Revision: 471214
> URL: https://svnweb.freebsd.org/changeset/ports/471214

> Log:
>   editors/emacs: Fix configure issue when no X toolkit knob is on

> Modified:
>   head/editors/emacs/Makefile   (contents, props changed)

> Modified: head/editors/emacs/Makefile
> ==============================================================================
> --- head/editors/emacs/Makefile	Thu May 31 15:35:18 2018	(r471213)
> +++ head/editors/emacs/Makefile	Thu May 31 15:35:36 2018	(r471214)
> @@ -212,6 +212,11 @@ EMACS_VER=		26.1
>  USES+=	compiler:openmp
>  .endif

> +.if ${FLAVOR:U} != nox && !${PORT_OPTIONS:MMAGICK} && !${PORT_OPTIONS:MMAGICK} \
> +	&& !${PORT_OPTIONS:MMAGICK} && !${PORT_OPTIONS:MMAGICK}
> +CONFIGURE_ARGS+=	--with-x-toolkit=no
> +.endif
> +

Damn.  That's not correct.  Fix coming.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 962 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180531/6f524d3d/attachment.sig>


More information about the svn-ports-all mailing list