pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 29 05:34:36 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/meta-pkgs/boost/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.85 pkgsrc/meta-pkgs/boost/Makefile.common:1.86
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.85 Tue Mar 17 03:48:24 2020
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Sun Mar 29 05:34:36 2020
@@ -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 @@ CONFLICTS+=         boost<1.36.0
 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