pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/prcs prcs: Fails with newer C++ standard, force ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/862cd379d212
branches:  trunk
changeset: 412418:862cd379d212
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 06 11:48:57 2020 +0000

description:
prcs: Fails with newer C++ standard, force c++03

diffstat:

 devel/prcs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3cb6b115136e -r 862cd379d212 devel/prcs/Makefile
--- a/devel/prcs/Makefile       Fri Mar 06 11:46:21 2020 +0000
+++ b/devel/prcs/Makefile       Fri Mar 06 11:48:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/01/18 23:30:36 rillig Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/06 11:48:57 nia Exp $
 
 DISTNAME=              prcs-1.3.3
 PKGREVISION=           14
@@ -13,7 +13,7 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                lispdir=${PREFIX}/share/examples/prcs
 INFO_FILES=            yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 BUILD_DEFS+=           VARBASE
 CONFIGURE_ENV+=                EMACS=no
 CONFIGURE_ENV+=                PRCS_REPOSITORY=${VARBASE:Q}/PRCS



Home | Main Index | Thread Index | Old Index