git: 947d9c2de748 - main - audio/libremidi: Fix typo in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 05:57:12 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=947d9c2de7484f0fc831ad281d9358ea33cf9ae7 commit 947d9c2de7484f0fc831ad281d9358ea33cf9ae7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-03 05:55:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-03 05:57:08 +0000 audio/libremidi: Fix typo in Makefile This typo caused build failure on 13. Reported by: fallout --- audio/libremidi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/libremidi/Makefile b/audio/libremidi/Makefile index 53ee1f93ba86..1e609df4769e 100644 --- a/audio/libremidi/Makefile +++ b/audio/libremidi/Makefile @@ -32,7 +32,7 @@ OPTIONS_DEFAULT+= ALSA # ALSA support requires libalsa, sys/eventfd.h, sys/timer ALSA_CMAKE_OFF= -DLIBREMIDI_NO_ALSA=ON ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib .else -CMAKE_ON= LIBREMIDI_NO_ALSA +CMAKE_ON+= LIBREMIDI_NO_ALSA .endif JACK_CMAKE_OFF= -DLIBREMIDI_NO_JACK=ON