Skip to content

Commit

Permalink
Fix C++17 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Mar 22, 2020
1 parent b5bc274 commit ae23de1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chat/centerim5/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2020/03/08 16:48:55 wiz Exp $
# $NetBSD: Makefile,v 1.8 2020/03/22 21:25:13 joerg Exp $

DISTNAME= centerim5-5.0.1
PKGREVISION= 3
Expand Down Expand Up @@ -28,6 +28,9 @@ SUBST_MESSAGE.equals= Use portable = instead of ==.
SUBST_FILES.equals+= configure.ac
SUBST_SED.equals= -e 's,== True,= True,g'

post-extract:
rm ${WRKSRC}/version

pre-configure:
cd ${WRKSRC} && ./bootstrap

Expand Down

0 comments on commit ae23de1

Please sign in to comment.