Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 09:15:45 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536597 - head/math/giacxcas
Message-ID:  <202005260915.04Q9FjaO018849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue May 26 09:15:45 2020
New Revision: 536597
URL: https://svnweb.freebsd.org/changeset/ports/536597

Log:
  math/giacxcas: fix build on GCC architectures
  
  Use C++14 compiler:
  ERROR: unable to find flag for C++14 compilation
  ERROR: test compilation with flag -std=c++14 failed   [[cxx14.sh]]

Modified:
  head/math/giacxcas/Makefile

Modified: head/math/giacxcas/Makefile
==============================================================================
--- head/math/giacxcas/Makefile	Tue May 26 09:02:23 2020	(r536596)
+++ head/math/giacxcas/Makefile	Tue May 26 09:15:45 2020	(r536597)
@@ -36,8 +36,9 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
 NO_CDROM=	French documentation is for non-commercial use only
 
-USES=		blaslapack desktop-file-utils fortran gettext gl gmake gnome jpeg \
-		libtool localbase ncurses perl5 readline shebangfix xorg
+USES=		blaslapack compiler:c++14-lang desktop-file-utils fortran \
+		gettext gl gmake gnome jpeg libtool localbase ncurses perl5 \
+		readline shebangfix xorg
 GNU_CONFIGURE=	yes
 USE_GL=		gl
 USE_XORG=	x11 xcursor xext xft xi xinerama



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