mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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]]
This commit is contained in:
parent
0204f06c2b
commit
169f18b15e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536597
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user