Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 12:36:14 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1c5d9ce7e484 - main - audio/csound: Fix CPE vendor
Message-ID:  <202110071236.197CaEgH093319@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c5d9ce7e48443a138b0e2d69f97319c38cd8e3e

commit 1c5d9ce7e48443a138b0e2d69f97319c38cd8e3e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-07 12:33:43 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-07 12:33:43 +0000

    audio/csound: Fix CPE vendor
    
    Approved by:    portmgr (blanket)
---
 audio/csound/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index 2fa0b6726293..6216066da766 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -21,6 +21,8 @@ USES=		alias bison cmake compiler:c++11-lib cpe eigen:3 localbase ncurses python
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	csounds
+
 CFLAGS_powerpc=	-maltivec
 CFLAGS_powerpcspe=	-DPFFFT_SIMD_DISABLE
 CFLAGS_powerpc64=	-maltivec



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110071236.197CaEgH093319>