pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/centerim5 Fix C++17 compatibility.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54af68400d48
branches:  trunk
changeset: 413886:54af68400d48
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 22 21:25:13 2020 +0000

description:
Fix C++17 compatibility.

diffstat:

 chat/centerim5/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8ee5aa79dd96 -r 54af68400d48 chat/centerim5/Makefile
--- a/chat/centerim5/Makefile   Sun Mar 22 21:25:05 2020 +0000
+++ b/chat/centerim5/Makefile   Sun Mar 22 21:25:13 2020 +0000
@@ -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
@@ -28,6 +28,9 @@
 SUBST_FILES.equals+=   configure.ac
 SUBST_SED.equals=      -e 's,== True,= True,g'
 
+post-extract:
+       rm ${WRKSRC}/version
+
 pre-configure:
        cd ${WRKSRC} && ./bootstrap
 



Home | Main Index | Thread Index | Old Index