pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/jack



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep 11 23:45:35 UTC 2021

Modified Files:
        pkgsrc/audio/jack: Makefile

Log Message:
jack: Needs aften on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/audio/jack/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/jack/Makefile
diff -u pkgsrc/audio/jack/Makefile:1.44 pkgsrc/audio/jack/Makefile:1.45
--- pkgsrc/audio/jack/Makefile:1.44     Fri Sep 10 11:14:05 2021
+++ pkgsrc/audio/jack/Makefile  Sat Sep 11 23:45:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/09/10 11:14:05 nia Exp $
+# $NetBSD: Makefile,v 1.45 2021/09/11 23:45:35 nia Exp $
 
 DISTNAME=      jack2-1.9.19
 PKGNAME=       ${DISTNAME:S/jack2/jack/1}
@@ -46,6 +46,9 @@ PKGCONFIG_OVERRIDE+=          jack.pc.in
 
 .include "../../lang/python/application.mk"
 .include "../../devel/waf/waf.mk"
+.if ${OPSYS} == "Darwin"
+.  include "../../audio/aften/buildlink3.mk"
+.endif
 .if ${OPSYS} == "Linux"
 .  include "../../audio/alsa-lib/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index