mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
audio/xanalyser: Fix build with clang-16 by adding USE_CXXSTD
This commit is contained in:
parent
f1a24fbba2
commit
ed41aec3d6
@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake libtool motif tar:bzip2 xorg
|
||||
USE_XORG= x11 xmu ice sm xt xext
|
||||
USE_CXXSTD= c++14 # to fix build on 14 with clang-16 that has c++20 by default: error: ISO C++17 does not allow 'register' storage class specifier
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/xanalyser lib/X11/app-defaults/XAnalyser man/man1/xanalyser.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user