Fix build on gcc-based architectures:
LEAN requires g++ 4.9 or greater. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= leanprover
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
Reference in New Issue
Block a user