pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/audacity only pull in audio/alsa-lib/buildlink3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4219eab6aa1a
branches:  trunk
changeset: 338992:4219eab6aa1a
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Tue Sep 03 01:26:07 2019 +0000

description:
only pull in audio/alsa-lib/buildlink3.mk on linux, the only OPSYS
that enables alsa here.  avoids building an unused alsa-lib.

diffstat:

 audio/audacity/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r acc7ac1ace5c -r 4219eab6aa1a audio/audacity/Makefile
--- a/audio/audacity/Makefile   Mon Sep 02 22:16:53 2019 +0000
+++ b/audio/audacity/Makefile   Tue Sep 03 01:26:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2019/07/21 22:24:22 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2019/09/03 01:26:07 mrg Exp $
 
 DISTNAME=              audacity-2.3.2
 PKGREVISION=           1
@@ -101,7 +101,9 @@
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.if ${OPSYS} == "Linux"
 .include "../../audio/alsa-lib/buildlink3.mk"
+.endif
 .include "../../audio/lilv/buildlink3.mk"
 .include "../../audio/lv2/buildlink3.mk"
 .include "../../audio/soundtouch/buildlink3.mk"



Home | Main Index | Thread Index | Old Index