Date: Sun, 9 Jul 2023 04:32:37 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ca5e5ea8577e - 2023Q3 - audio/spectmorph: Fix build by adding USE_CXXSTD Message-ID: <202307090432.3694WbDQ053982@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca5e5ea8577ecc4c8f36a47c2bbff98736856743 commit ca5e5ea8577ecc4c8f36a47c2bbff98736856743 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-09 03:46:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-09 04:32:32 +0000 audio/spectmorph: Fix build by adding USE_CXXSTD (cherry picked from commit abd4eb5753e8c0d0454d212b10aa9f22a085e039) --- audio/spectmorph/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile index 52864fa7dc7c..3ead26e0b97c 100644 --- a/audio/spectmorph/Makefile +++ b/audio/spectmorph/Makefile @@ -25,6 +25,7 @@ USE_GNOME= cairo glib20 USE_GL= gl USE_XORG= x11 USE_LDCONFIG= yes +USE_CXXSTD= c++14 # fix compilation failure on 14: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] SHEBANG_FILES= tools/sminstbuilder.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307090432.3694WbDQ053982>