svn commit: r536597 - head/math/giacxcas

Piotr Kubaj pkubaj at FreeBSD.org
Tue May 26 09:15:46 UTC 2020


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


More information about the svn-ports-all mailing list