pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/amsynth amsynth: Add -lossaudio, pointed out by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f10a1321fcc8
branches: trunk
changeset: 427159:f10a1321fcc8
user: nia <nia%pkgsrc.org@localhost>
date: Sun Apr 12 15:21:44 2020 +0000
description:
amsynth: Add -lossaudio, pointed out by joerg
diffstat:
audio/amsynth/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3a04d1c23416 -r f10a1321fcc8 audio/amsynth/Makefile
--- a/audio/amsynth/Makefile Sun Apr 12 15:13:33 2020 +0000
+++ b/audio/amsynth/Makefile Sun Apr 12 15:21:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/11 10:56:54 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/12 15:21:44 nia Exp $
DISTNAME= amsynth-1.9.0
CATEGORIES= audio
@@ -27,6 +27,7 @@
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} != "none"
+LIBS+= ${LIBOSSAUDIO}
CONFIGURE_ARGS= --with-oss
SUBST_CLASSES+= oss
SUBST_STAGE.oss= pre-configure
Home |
Main Index |
Thread Index |
Old Index