svn commit: r537984 - head/biology/vt
Mark Linimon
linimon at FreeBSD.org
Fri Jun 5 03:49:54 UTC 2020
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
More information about the svn-ports-head
mailing list