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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to