math/spot: Fix build failures on 13.0, 12.3

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2022-05-07 23:06:13 -07:00
parent 2eb5526626
commit 3b205848fc

View file

@ -15,6 +15,8 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-python --disable-static
CXXFLAGS+= -Drestrict= # fix build problem on 13.0, 12.3 and earlier systems because clang-11 and earlier don't understand the restrict keyword
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS