Source-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/3c23b09b67a4
branches:  trunk
changeset: 428856:3c23b09b67a4
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 665e93e014ca -r 3c23b09b67a4 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