mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Fix build on GCC-based systems:
configure: error: *** A compiler with support for C++11 language features is required. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
29170bad5b
commit
60db86cff1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513000
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libargp.so:devel/argp-standalone
|
||||
|
||||
USES= autoreconf localbase:ldflags
|
||||
USES= autoreconf compiler:c++11-lang localbase:ldflags
|
||||
|
||||
OPTIONS_DEFINE= MQTT
|
||||
OPTIONS_DEFAULT=MQTT
|
||||
|
Loading…
Reference in New Issue
Block a user