diff options
author | nia <nia@pkgsrc.org> | 2021-06-15 13:21:04 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-06-15 13:21:04 +0000 |
commit | de2f7b9f94fb1bafe7eaf5507be13b68eb3dd9c1 (patch) | |
tree | c447aa2a03412fb76444992d86bc90f0bd10b36c /print | |
parent | e5beb17eca550c6a23b25da95df0e59c459dbafd (diff) | |
download | pkgsrc-de2f7b9f94fb1bafe7eaf5507be13b68eb3dd9c1.tar.gz |
web2c: require gcc5 for c++14
Diffstat (limited to 'print')
-rw-r--r-- | print/web2c/Makefile | 5 | ||||
-rw-r--r-- | print/web2c/buildlink3.mk | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile index 8cbefcd6aad..aa4cf51a313 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2021/06/06 01:17:19 markd Exp $ +# $NetBSD: Makefile,v 1.108 2021/06/15 13:21:04 nia Exp $ .include "../../print/texlive/Makefile.common" @@ -19,6 +19,9 @@ USE_TOOLS+= gmake lex yacc GNU_CONFIGURE_STRICT= no # texk/web2c/web2c doesn't know the options PKGCONFIG_OVERRIDE= synctexdir/synctex.pc.in +# C++14 +GCC_REQD+= 5 + INFO_FILES= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c diff --git a/print/web2c/buildlink3.mk b/print/web2c/buildlink3.mk index 2655af062ac..50d39e6e315 100644 --- a/print/web2c/buildlink3.mk +++ b/print/web2c/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2020/03/23 11:10:02 bsiegert Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2021/06/15 13:21:04 nia Exp $ BUILDLINK_TREE+= web2c @@ -8,6 +8,9 @@ WEB2C_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.web2c+= web2c>=2019nb5 BUILDLINK_PKGSRCDIR.web2c?= ../../print/web2c +# C++14 +GCC_REQD+= 5 + .endif # WEB2C_BUILDLINK3_MK BUILDLINK_TREE+= -web2c |