mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
science/massxpert: fix build with GCC-based architectures
Replace USE_GCC=any with USE_GCC=yes to fix build on GCC architectures. Build failure log: CMake Error in lib/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20067
This commit is contained in:
parent
30d4c6aacc
commit
bf6aa4f49e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500199
@ -23,7 +23,7 @@ USE_GITLAB= yes
|
||||
GL_SITE= https://salsa.debian.org/
|
||||
GL_ACCOUNT= debichem-team
|
||||
GL_COMMIT= c229f4a1abde3c20b83a90e50f9c5d79104dfa5f
|
||||
USE_GCC= any # build breaks in clang
|
||||
USE_GCC= yes # build breaks in clang
|
||||
USE_XORG= ice sm x11 xau xcb xdmcp xext xrender
|
||||
USE_GNOME= glib20
|
||||
USE_QT= core gui svg xml widgets buildtools_build qmake_build
|
||||
|
Loading…
Reference in New Issue
Block a user