pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/snd Switch to guile20. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ffa84753c92
branches:  trunk
changeset: 349855:8ffa84753c92
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 16 21:21:17 2016 +0000

description:
Switch to guile20. Bump PKGREVISION.

diffstat:

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

diffs (33 lines):

diff -r 30790c582670 -r 8ffa84753c92 audio/snd/Makefile
--- a/audio/snd/Makefile        Sat Jul 16 21:13:37 2016 +0000
+++ b/audio/snd/Makefile        Sat Jul 16 21:21:17 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2016/04/20 12:10:31 nros Exp $
-#
+# $NetBSD: Makefile,v 1.82 2016/07/16 21:21:17 wiz Exp $
 
 DISTNAME=              snd-9.9
-PKGREVISION=           24
+PKGREVISION=           25
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=snd/}
 
diff -r 30790c582670 -r 8ffa84753c92 audio/snd/options.mk
--- a/audio/snd/options.mk      Sat Jul 16 21:13:37 2016 +0000
+++ b/audio/snd/options.mk      Sat Jul 16 21:21:17 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2012/01/25 01:18:15 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2016/07/16 21:21:17 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.snd
 PKG_SUPPORTED_OPTIONS= esound guile
@@ -26,7 +26,8 @@
 
 .if !empty(PKG_OPTIONS:Mguile)
 CONFIGURE_ARGS+=       --with-guile
-.include "../../lang/guile/buildlink3.mk"
+CONFIGURE_ARGS+=       GUILE_CONFIG_path=${PREFIX}/guile/2.0/bin/guile-config
+.include "../../lang/guile20/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-guile
 .endif



Home | Main Index | Thread Index | Old Index