Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 21:54:21 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469976 - head/math/scilab
Message-ID:  <201805142154.w4ELsLum090620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon May 14 21:54:21 2018
New Revision: 469976
URL: https://svnweb.freebsd.org/changeset/ports/469976

Log:
  math/scilab:
  - Restrict to gnu++98 standard to allow build on FreeBSD 11.x and greater

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Mon May 14 21:43:38 2018	(r469975)
+++ head/math/scilab/Makefile	Mon May 14 21:54:21 2018	(r469976)
@@ -25,6 +25,7 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
 USES=		cpe desktop-file-utils fortran gettext gmake iconv \
 		libtool ncurses pathfix pkgconfig shared-mime-info
+USE_CXXSTD=	gnu++98
 USE_LOCALE=	en_US.UTF-8
 GNU_CONFIGURE=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805142154.w4ELsLum090620>