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:
Robert Clausecker 2023-06-25 17:11:02 +02:00
parent a9c5bca5e1
commit 834cf69a0a

View file

@ -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.