svn commit: r353597 - head/share/mk

Gleb Smirnoff glebius at freebsd.org
Wed Oct 16 15:47:23 UTC 2019


  Brooks,

On Tue, Oct 15, 2019 at 09:27:07PM +0000, Brooks Davis wrote:
B> Author: brooks
B> Date: Tue Oct 15 21:27:06 2019
B> New Revision: 353597
B> URL: https://svnweb.freebsd.org/changeset/base/353597
B> 
B> Log:
B>   Add the ability to link programs against a compat ABI.
...
B> Modified: head/share/mk/bsd.prog.mk
B> ==============================================================================
B> --- head/share/mk/bsd.prog.mk	Tue Oct 15 21:24:25 2019	(r353596)
B> +++ head/share/mk/bsd.prog.mk	Tue Oct 15 21:27:06 2019	(r353597)
B> @@ -2,6 +2,7 @@
B>  # $FreeBSD$
B>  
B>  .include <bsd.init.mk>
B> +.include <bsd.compat.mk>
B>  .include <bsd.compiler.mk>
B>  .include <bsd.linker.mk>

And bsd.compat.mk isn't installed. Now that bsd.prog.mk requires it,
some ports compilations are broken.

-- 
Gleb Smirnoff


More information about the svn-src-head mailing list