summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authormaya <maya>2016-11-04 18:41:09 +0000
committermaya <maya>2016-11-04 18:41:09 +0000
commit08e70854e897562cb0feaa05fa023be7dadaa0c7 (patch)
tree9b88883bff5faee0a296ff8ede1644c6f80b8ed6 /meta-pkgs
parent521abf89f03950ac031f8211abb14459c5f675e7 (diff)
downloadpkgsrc-08e70854e897562cb0feaa05fa023be7dadaa0c7.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"