devel/sunpromake: fix build with LLVM 16
The codebase makes heavy use of the register keyword, which no longer exists as of C++17. Supply -Wno-register to permit a build anyway. Reported by: fallout
This commit is contained in:
parent
a9c5bca5e1
commit
834cf69a0a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ CONFLICTS= dmake
|
|||
MASTERDIR= ${.CURDIR}/../../devel/schilybase
|
||||
COMPONENTS= sunpro
|
||||
|
||||
CXXFLAGS+= -Wno-register
|
||||
|
||||
# these libraries are installed by the sunpro component
|
||||
# but are internal to the program. The author recommends
|
||||
# not shipping them, so we don't.
|
||||
|
|
Loading…
Reference in a new issue