pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/estic



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Aug 10 18:01:42 UTC 2022

Modified Files:
        pkgsrc/comms/estic: Makefile

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

Fixes build on NetBSD/macppc at least.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/comms/estic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/estic/Makefile
diff -u pkgsrc/comms/estic/Makefile:1.39 pkgsrc/comms/estic/Makefile:1.40
--- pkgsrc/comms/estic/Makefile:1.39    Wed May 20 06:09:03 2020
+++ pkgsrc/comms/estic/Makefile Wed Aug 10 18:01:41 2022
@@ -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 @@ EXTRACT_ONLY= estic-1.60-sources${EXTRAC
 
 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