From owner-dev-commits-ports-main@freebsd.org Sun Apr 11 21:22:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 823015DE110; Sun, 11 Apr 2021 21:22:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJPwF2sjKz4clN; Sun, 11 Apr 2021 21:22:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 075AE338A; Sun, 11 Apr 2021 21:22:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13BLMaqD040187; Sun, 11 Apr 2021 21:22:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13BLMa8S040186; Sun, 11 Apr 2021 21:22:36 GMT (envelope-from git) Date: Sun, 11 Apr 2021 21:22:36 GMT Message-Id: <202104112122.13BLMa8S040186@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Mark Linimon Subject: git: 5e75fc4c5b5b - main - audio/kapitonov-plugins-pack-lv2: add compiler:c11 to USES to fix build on GCC-based systems: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: linimon X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5e75fc4c5b5bbf4f064fd41903e3ced0e6092009 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2021 21:22:37 -0000 The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e75fc4c5b5bbf4f064fd41903e3ced0e6092009 commit 5e75fc4c5b5bbf4f064fd41903e3ced0e6092009 Author: Mark Linimon AuthorDate: 2021-04-11 20:58:58 +0000 Commit: Mark Linimon CommitDate: 2021-04-11 21:01:03 +0000 audio/kapitonov-plugins-pack-lv2: add compiler:c11 to USES to fix build on GCC-based systems: ../LV2/kpp_tubeamp/plugin.h:21:17: error: mutex: No such file or directory --- audio/kapitonov-plugins-pack-lv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/kapitonov-plugins-pack-lv2/Makefile b/audio/kapitonov-plugins-pack-lv2/Makefile index fcf941e016bf..691301d03651 100644 --- a/audio/kapitonov-plugins-pack-lv2/Makefile +++ b/audio/kapitonov-plugins-pack-lv2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libzita-convolver.so:audio/zita-convolver \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-util.so:x11/xcb-util -USES= gnome localbase:ldflags meson pkgconfig xorg +USES= compiler:c11 gnome localbase:ldflags meson pkgconfig xorg USE_GNOME= cairo USE_XORG= xcb