aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2021-12-24 13:28:37 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2021-12-30 22:34:55 +0000
commitdecda8069b90a65e8a373110bf81012487f77f06 (patch)
tree067eaf7fa817f9a92fa03462b0b81fe6ec147510 /audio
parent096cc027d44676807ab37ff140ed51f69bc85797 (diff)
downloadports-decda8069b90a65e8a373110bf81012487f77f06.tar.gz
ports-decda8069b90a65e8a373110bf81012487f77f06.zip
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
Diffstat (limited to 'audio')
-rw-r--r--audio/alsa-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
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