pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/gappa



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 10:17:26 UTC 2023

Modified Files:
        pkgsrc/math/gappa: Makefile

Log Message:
gappa: Assumes compiler defaults to C++11.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/gappa/Makefile

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

Modified files:

Index: pkgsrc/math/gappa/Makefile
diff -u pkgsrc/math/gappa/Makefile:1.1 pkgsrc/math/gappa/Makefile:1.2
--- pkgsrc/math/gappa/Makefile:1.1      Tue May 19 21:42:29 2020
+++ pkgsrc/math/gappa/Makefile  Fri Sep  1 10:17:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/19 21:42:29 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2023/09/01 10:17:26 nia Exp $
 
 DISTNAME=      gappa-1.3.5
 CATEGORIES=    math
@@ -12,6 +12,9 @@ LICENSE=      cecill-2.0 OR gnu-gpl-v3
 GNU_CONFIGURE= yes
 USE_LANGUAGES+=        c c++
 
+FORCE_CXX_STD+=                c++11
+USE_CXX_FEATURES+=     c++11
+
 do-build:
        cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ./remake -j${_MAKE_JOBS_N}
 



Home | Main Index | Thread Index | Old Index