pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/cgal request c++11, not c++03. some of the demos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f358d796cae7
branches:  trunk
changeset: 451319:f358d796cae7
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Sun Apr 25 22:07:26 2021 +0000

description:
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.

diffstat:

 math/cgal/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 90997bd47788 -r f358d796cae7 math/cgal/Makefile
--- a/math/cgal/Makefile        Sun Apr 25 22:05:08 2021 +0000
+++ b/math/cgal/Makefile        Sun Apr 25 22:07:26 2021 +0000
@@ -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 @@
 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