Date: Thu, 13 Jun 2019 11:57:37 +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: r504081 - head/security/ophcrack Message-ID: <201906131157.x5DBvbtC045843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Jun 13 11:57:37 2019 New Revision: 504081 URL: https://svnweb.freebsd.org/changeset/ports/504081 Log: Add compiler:c++11-lang to USES to fix the following problem on GCC-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: head/security/ophcrack/Makefile Modified: head/security/ophcrack/Makefile ============================================================================== --- head/security/ophcrack/Makefile Thu Jun 13 11:52:20 2019 (r504080) +++ head/security/ophcrack/Makefile Thu Jun 13 11:57:37 2019 (r504081) @@ -14,7 +14,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= gmake localbase ssl tar:bzip2 +USES= compiler:c++11-lang gmake localbase ssl tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/ophcrack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906131157.x5DBvbtC045843>