pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cgal



Module Name:    pkgsrc
Committed By:   mrg
Date:           Sun Apr 25 22:07:26 UTC 2021

Modified Files:
        pkgsrc/math/cgal: Makefile

Log Message:
request c++11, not c++03.  some of the demos in this library need
to be built with c++11, though the library itself is c++03 clean.
necessary for GCC 10 hosts.  also tested on GCC 7 / netbsd 9.x.

from Chavdar Ivanov on current-users.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/math/cgal/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/cgal/Makefile
diff -u pkgsrc/math/cgal/Makefile:1.62 pkgsrc/math/cgal/Makefile:1.63
--- pkgsrc/math/cgal/Makefile:1.62      Wed Apr 21 13:24:12 2021
+++ pkgsrc/math/cgal/Makefile   Sun Apr 25 22:07:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/04/21 13:24:12 adam Exp $
+# $NetBSD: Makefile,v 1.63 2021/04/25 22:07:26 mrg Exp $
 
 DISTNAME=      CGAL-4.14
 PKGNAME=       ${DISTNAME:tl}
@@ -15,7 +15,7 @@ COMMENT=      Computational Geometry Algorith
 LICENSE=       gnu-lgpl-v3
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++11
 CMAKE_ARGS+=   -DCGAL_INSTALL_MAN_DIR=${PREFIX}/${PKGMANDIR}/man1
 
 REPLACE_SH+=   scripts/cgal_create_CMakeLists



Home | Main Index | Thread Index | Old Index