Date: Fri, 5 Jun 2020 03:49:54 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537984 - head/biology/vt Message-ID: <202006050349.0553nsIi044213@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Jun 5 03:49:53 2020 New Revision: 537984 URL: https://svnweb.freebsd.org/changeset/ports/537984 Log: 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) Modified: head/biology/vt/Makefile Modified: head/biology/vt/Makefile ============================================================================== --- head/biology/vt/Makefile Fri Jun 5 02:45:33 2020 (r537983) +++ head/biology/vt/Makefile Fri Jun 5 03:49:53 2020 (r537984) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006050349.0553nsIi044213>