math/spot: Fix build failures on 13.0, 12.3
Reported by: fallout
This commit is contained in:
parent
2eb5526626
commit
3b205848fc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue