pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/snd
Module Name: pkgsrc
Committed By: wiz
Date: Thu Sep 15 16:52:36 UTC 2016
Modified Files:
pkgsrc/audio/snd: options.mk
Log Message:
This version of snd does not support guile20, switch it back.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/snd/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/snd/options.mk
diff -u pkgsrc/audio/snd/options.mk:1.5 pkgsrc/audio/snd/options.mk:1.6
--- pkgsrc/audio/snd/options.mk:1.5 Sat Jul 16 21:21:17 2016
+++ pkgsrc/audio/snd/options.mk Thu Sep 15 16:52:36 2016
@@ -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 @@ CONFIGURE_ARGS+= --without-gtk
.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