pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/audacity Jack support works. Can't remember why ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e88c2044faae
branches:  trunk
changeset: 650321:e88c2044faae
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Tue Apr 21 03:34:22 2015 +0000

description:
Jack support works. Can't remember why i thought this was broken.

diffstat:

 audio/audacity/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b6c708f7bce6 -r e88c2044faae audio/audacity/options.mk
--- a/audio/audacity/options.mk Tue Apr 21 03:22:58 2015 +0000
+++ b/audio/audacity/options.mk Tue Apr 21 03:34:22 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2015/04/20 13:38:23 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2015/04/21 03:34:22 rodent Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.audacity
 PKG_SUPPORTED_OPTIONS=         alsa debug jack ladspa nls
@@ -30,7 +30,6 @@
 
 .if !empty(PKG_OPTIONS:Mjack)
 .include "../../audio/jack/buildlink3.mk"
-BROKEN=                                Fails to build with jack support
 .endif
 
 .if !empty(PKG_OPTIONS:Mladspa)



Home | Main Index | Thread Index | Old Index