Date: Wed, 3 Apr 2024 05:57:12 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 947d9c2de748 - main - audio/libremidi: Fix typo in Makefile Message-ID: <202404030557.4335vCdt045043@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404030557.4335vCdt045043>