pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/snd This version of snd does not support guile20...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff84af1d6665
branches:  trunk
changeset: 352514:ff84af1d6665
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 15 16:52:36 2016 +0000

description:
This version of snd does not support guile20, switch it back.

diffstat:

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

diffs (19 lines):

diff -r 6b4a731ad557 -r ff84af1d6665 audio/snd/options.mk
--- a/audio/snd/options.mk      Thu Sep 15 16:39:27 2016 +0000
+++ b/audio/snd/options.mk      Thu Sep 15 16:52:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2016/07/16 21:21:17 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2016/09/15 16:52:36 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.snd
 PKG_SUPPORTED_OPTIONS= esound guile
@@ -26,8 +26,7 @@
 
 .if !empty(PKG_OPTIONS:Mguile)
 CONFIGURE_ARGS+=       --with-guile
-CONFIGURE_ARGS+=       GUILE_CONFIG_path=${PREFIX}/guile/2.0/bin/guile-config
-.include "../../lang/guile20/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-guile
 .endif



Home | Main Index | Thread Index | Old Index