diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-09 22:41:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-09 22:41:34 +0000 |
commit | 030d0cf21089bf046d2be30bfbe8ea5af4d54f17 (patch) | |
tree | fb229560b574627b3ce184a0db4485f4cbfb920f | |
parent | 64febe325f14fe0779ba336e0f6873852c59153f (diff) | |
download | freebsd-ports-030d0cf21089bf046d2be30bfbe8ea5af4d54f17.zip |
Add compiler:c++17-lang to USES to fix build on gcc-based architectures.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | devel/estd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/estd/Makefile b/devel/estd/Makefile index bdb02e5e2f7a..b6895c303835 100644 --- a/devel/estd/Makefile +++ b/devel/estd/Makefile @@ -10,7 +10,7 @@ COMMENT= Header-only C++ utilities in the style of the standard library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= fizyr |