diff options
author | linimon <linimon@FreeBSD.org> | 2019-06-13 19:57:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-06-13 19:57:37 +0800 |
commit | 804878b79e119d3f3f7a50ec640c7ea2e2c26f58 (patch) | |
tree | 8c916214d851618769f3f7854225a47953851e4d /security/ophcrack | |
parent | 484aff04d61f66655a1841c1f7aa23f9cf2f8c15 (diff) | |
download | freebsd-ports-gnome-804878b79e119d3f3f7a50ec640c7ea2e2c26f58.tar.gz freebsd-ports-gnome-804878b79e119d3f3f7a50ec640c7ea2e2c26f58.tar.zst freebsd-ports-gnome-804878b79e119d3f3f7a50ec640c7ea2e2c26f58.zip |
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)
Diffstat (limited to 'security/ophcrack')
-rw-r--r-- | security/ophcrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ophcrack/Makefile b/security/ophcrack/Makefile index 3a0bdd8c6319..d6cad03d002b 100644 --- a/security/ophcrack/Makefile +++ b/security/ophcrack/Makefile @@ -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 |