svn commit: r469976 - head/math/scilab

Max Brazhnikov makc at FreeBSD.org
Mon May 14 21:54:22 UTC 2018


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
 


More information about the svn-ports-all mailing list