git: decda8069b90 - main - audio/alsa-plugins: Add USE_LDCONFIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Dec 2021 22:43:10 UTC
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