svn commit: r504081 - head/security/ophcrack
Mark Linimon
linimon at FreeBSD.org
Thu Jun 13 11:57:38 UTC 2019
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
More information about the svn-ports-all
mailing list