pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/amsynth



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Apr 12 15:21:44 UTC 2020

Modified Files:
        pkgsrc/audio/amsynth: Makefile

Log Message:
amsynth: Add -lossaudio, pointed out by joerg


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/amsynth/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/amsynth/Makefile
diff -u pkgsrc/audio/amsynth/Makefile:1.1 pkgsrc/audio/amsynth/Makefile:1.2
--- pkgsrc/audio/amsynth/Makefile:1.1   Sat Apr 11 10:56:54 2020
+++ pkgsrc/audio/amsynth/Makefile       Sun Apr 12 15:21:44 2020
@@ -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 @@ CONFIGURE_ARGS+=      --without-pandoc
 .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