summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-11-04 18:41:09 +0000
committermaya <maya@pkgsrc.org>2016-11-04 18:41:09 +0000
commit8dff15b6d6ae1f6d1479288c3df3b25b51176a8b (patch)
tree48c48f5b95cf40b185ba780dce2394230956a6e0 /meta-pkgs
parenta5606f48edbc95ff7fe498dfff8f27de3b1fc35c (diff)
downloadpkgsrc-8dff15b6d6ae1f6d1479288c3df3b25b51176a8b.tar.gz
add note about syncing GCC versions with devel/boost-libs bl3 file
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index cfd21f0d25a..de65cfa3e63 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.61 2016/10/08 23:27:50 joerg Exp $
+# $NetBSD: Makefile.common,v 1.62 2016/11/04 18:41:09 maya Exp $
#
# used by devel/boost-build/Makefile
# used by devel/boost-docs/Makefile
@@ -41,6 +41,8 @@ PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches
USE_TOOLS+= pax
USE_LANGUAGES= c c++
+
+# 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"
. if ${MACHINE_ARCH} != "sparc64"