Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2021 22:43:10 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: decda8069b90 - main - audio/alsa-plugins: Add USE_LDCONFIG
Message-ID:  <202112302243.1BUMhAHZ083688@gitrepo.freebsd.org>

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

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

commit decda8069b90a65e8a373110bf81012487f77f06
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2021-12-24 13:28:37 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2021-12-30 22:34:55 +0000

    audio/alsa-plugins: Add USE_LDCONFIG
    
    Add USE_LDCONFIG to made shared libs installed
    by this port usable as a dependecy by other ports
    such as audio/spotifyd
---
 audio/alsa-plugins/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile
index e905c1f66eee..f99ca0129d28 100644
--- a/audio/alsa-plugins/Makefile
+++ b/audio/alsa-plugins/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	alsa-plugins
 PORTVERSION=	1.2.2
-PORTREVISION=	3
+PORTREVISION=	4
 DISTVERSIONPREFIX=	v
 CATEGORIES=	audio
 MASTER_SITES=	GH
@@ -19,6 +19,7 @@ LICENSE=	LGPL21+
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
 USES=		alias autoreconf libtool:keepla localbase pkgconfig tar:bzip2
+USE_LDCONFIG=	${PREFIX}/lib/alsa-lib
 GNU_CONFIGURE=	yes
 MAKE_ARGS+=	RM="${RM}"
 EXTRA_PATCHES+=	${FILESDIR}/alsa-plugins.patch



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