git: e841d702dd11 - main - math/spot: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 06:56:09 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e841d702dd1143eaaee054b7b72817237e3993bd commit e841d702dd1143eaaee054b7b72817237e3993bd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-19 06:55:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-19 06:56:07 +0000 math/spot: Fix build Reported by: fallout --- math/spot/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/math/spot/Makefile b/math/spot/Makefile index 3a331ceb418d..49bab3f3215c 100644 --- a/math/spot/Makefile +++ b/math/spot/Makefile @@ -15,8 +15,6 @@ 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