regexx: fix build on compilers defaulting to c++17 and above

This commit is contained in:
nros 2023-12-17 19:57:26 +00:00
parent 358e6384a8
commit 5d8754b323
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2017/09/04 18:08:29 wiz Exp $
# $NetBSD: Makefile,v 1.20 2023/12/17 19:57:26 nros Exp $
#
DISTNAME= regexx-0.98.1
@ -14,6 +14,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
FORCE_CXX_STD= c++03
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"