diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-14 16:31:32 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-14 16:31:32 -0700 |
commit | 68eb816d148540ce28e2b7863cdd6ef715b31da4 (patch) | |
tree | 268ccd6405bb9c46b4367ac827fa939ea1dc3456 | |
parent | www/authelia: Fix build that was broken due to a tarball reroll (diff) |
audio/cardinal: Minor changes
-rw-r--r-- | audio/cardinal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile index de68b3483fdc..dc3b5b6ba9ef 100644 --- a/audio/cardinal/Makefile +++ b/audio/cardinal/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libsndfile.so:audio/libsndfile \ libspeexdsp.so:audio/speexdsp -USES= compiler:c++11-lang gl gmake libarchive localbase:ldflags pkgconfig python sdl shebangfix tar:xz xorg +USES= compiler:c++17-lang gl gmake libarchive localbase:ldflags pkgconfig python sdl shebangfix tar:xz xorg USE_XORG= x11 xcursor xext xrandr USE_GL= gl USE_SDL= sdl2 @@ -56,6 +56,7 @@ LTO_BROKEN= Fails to build with LTO because it is gcc-centered .include <bsd.port.options.mk> +# workaround for ld: error: undefined symbol: roundevenf .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) USES+= llvm:max=15 .endif |