mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The standard we compile libc++ with is called c++11 not c++0x.
This commit is contained in:
parent
94be23b653
commit
c71728dfaf
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ cxxrt_${_S}:
|
|||
WARNS= 0
|
||||
CFLAGS+= -I${HDRDIR} -I${LIBCXXRTDIR} -nostdlib -DLIBCXXRT
|
||||
.if empty(CXXFLAGS:M-std=*)
|
||||
CXXFLAGS+= -std=c++0x
|
||||
CXXFLAGS+= -std=c++11
|
||||
.endif
|
||||
|
||||
DPADD= ${LIBCXXRT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue