Sun Mar 29 05:34:36 2020 UTC ()
meta-pkgs/boost/Makefile.common: define some variable first

Define USE_TOOLS and USE_LANGUAGES before including <bsd.prefs.mk>.


(taca)
diff -r1.85 -r1.86 pkgsrc/meta-pkgs/boost/Makefile.common

cvs diff -r1.85 -r1.86 pkgsrc/meta-pkgs/boost/Makefile.common (expand / switch to context diff)
--- pkgsrc/meta-pkgs/boost/Makefile.common 2020/03/17 03:48:24 1.85
+++ pkgsrc/meta-pkgs/boost/Makefile.common 2020/03/29 05:34:36 1.86
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.85 2020/03/17 03:48:24 rillig Exp $
+# $NetBSD: Makefile.common,v 1.86 2020/03/29 05:34:36 taca Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -36,10 +36,10 @@
 DISTINFO_FILE=		${.CURDIR}/../../meta-pkgs/boost/distinfo
 PATCHDIR=		${.CURDIR}/../../meta-pkgs/boost/patches
 
-.include "../../mk/bsd.prefs.mk"
-
 USE_TOOLS+=		pax
 USE_LANGUAGES=		c c++
+
+.include "../../mk/bsd.prefs.mk"
 
 # IMPORTANT: sync this with devel/boost-libs/buildlink3.mk
 # GCC 4.5 or later is required to build, and GCC 4.5 is not provided for OpenBSD