forked from Lainports/freebsd-ports
Fix build on GCC-based systems:
CMake Error in utils/version_sort/CMakeLists.txt: Target "version_sort" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
28a242590c
commit
3f4f81b812
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= repology
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_LDCONFIG= yes
|
||||
TEST_TARGET= test
|
||||
PORTDOCS= *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue