biology/stringtie: fix build on GCC architectures
Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++0x"
This commit is contained in:
parent
1f47c5f9ad
commit
b16dee0b1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526916
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||||||
TEST_DEPENDS= bash:shells/bash \
|
TEST_DEPENDS= bash:shells/bash \
|
||||||
curl:ftp/curl
|
curl:ftp/curl
|
||||||
|
|
||||||
USES= gmake
|
USES= compiler:c++11-lang gmake
|
||||||
ALL_TARGET= release
|
ALL_TARGET= release
|
||||||
TEST_TARGET= test
|
TEST_TARGET= test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user