pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/estic comms/estic: use gnu++03 instead of c++03 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0948384592b
branches:  trunk
changeset: 383017:a0948384592b
user:      he <he%pkgsrc.org@localhost>
date:      Wed Aug 10 18:01:41 2022 +0000

description:
comms/estic: use gnu++03 instead of c++03 for alloca().

Fixes build on NetBSD/macppc at least.

diffstat:

 comms/estic/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f619bbcfa061 -r a0948384592b comms/estic/Makefile
--- a/comms/estic/Makefile      Wed Aug 10 13:58:22 2022 +0000
+++ b/comms/estic/Makefile      Wed Aug 10 18:01:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/05/20 06:09:03 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2022/08/10 18:01:41 he Exp $
 
 DISTNAME=      estic-1.61
 PKGREVISION=   2
@@ -16,7 +16,7 @@
 
 WRKSRC=                ${WRKDIR}
 
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c gnu++03
 USE_TOOLS+=    patch unzip
 
 BUILD_TARGET=  depend all



Home | Main Index | Thread Index | Old Index