pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost meta-pkgs/boost/Makefile.common: defin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aedea2fd2b7
branches:  trunk
changeset: 414506:1aedea2fd2b7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 29 05:34:36 2020 +0000

description:
meta-pkgs/boost/Makefile.common: define some variable first

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

diffstat:

 meta-pkgs/boost/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 65ca399c60f4 -r 1aedea2fd2b7 meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common   Sun Mar 29 05:31:33 2020 +0000
+++ b/meta-pkgs/boost/Makefile.common   Sun Mar 29 05:34:36 2020 +0000
@@ -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,11 +36,11 @@
 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
 .  if ${OPSYS} == "OpenBSD"



Home | Main Index | Thread Index | Old Index