pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/audacity
Module Name: pkgsrc
Committed By: mrg
Date: Tue Sep 3 01:26:07 UTC 2019
Modified Files:
pkgsrc/audio/audacity: Makefile
Log Message:
only pull in audio/alsa-lib/buildlink3.mk on linux, the only OPSYS
that enables alsa here. avoids building an unused alsa-lib.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/audio/audacity/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/audacity/Makefile
diff -u pkgsrc/audio/audacity/Makefile:1.122 pkgsrc/audio/audacity/Makefile:1.123
--- pkgsrc/audio/audacity/Makefile:1.122 Sun Jul 21 22:24:22 2019
+++ pkgsrc/audio/audacity/Makefile Tue Sep 3 01:26:07 2019
@@ -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 @@ post-install:
.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