Add compiler:c++0x to USES to fix build on GCC-based systems:

cc1plus: error: unrecognized command line option "-std=c++0x

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-06-05 03:49:53 +00:00
parent c81fc00817
commit 45b857df74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537984

View File

@ -14,7 +14,7 @@ LIB_DEPENDS= libhts.so:biology/htslib \
libdeflate.so:archivers/libdeflate \
libcurl.so:ftp/curl
USES= gmake ssl
USES= compiler:c++0x gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= atks