git: abd4eb5753e8 - main - audio/spectmorph: Fix build by adding USE_CXXSTD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 03:46:59 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=abd4eb5753e8c0d0454d212b10aa9f22a085e039 commit abd4eb5753e8c0d0454d212b10aa9f22a085e039 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-09 03:46:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-09 03:46:57 +0000 audio/spectmorph: Fix build by adding USE_CXXSTD --- 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