pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/deforaos-mixer



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue May 17 17:32:40 UTC 2022

Modified Files:
        pkgsrc/audio/deforaos-mixer: options.mk

Log Message:
deforaos-mixer: use DEFORAOS_CONFIGURE_MODE for the "embedded" option


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/deforaos-mixer/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/deforaos-mixer/options.mk
diff -u pkgsrc/audio/deforaos-mixer/options.mk:1.2 pkgsrc/audio/deforaos-mixer/options.mk:1.3
--- pkgsrc/audio/deforaos-mixer/options.mk:1.2  Fri Apr 15 21:16:50 2022
+++ pkgsrc/audio/deforaos-mixer/options.mk      Tue May 17 17:32:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/04/15 21:16:50 khorben Exp $
+# $NetBSD: options.mk,v 1.3 2022/05/17 17:32:40 khorben Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.deforaos-mixer
 PKG_SUPPORTED_OPTIONS= embedded
@@ -6,5 +6,5 @@ PKG_SUPPORTED_OPTIONS=  embedded
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Membedded)
-DEFORAOS_CONFIGURE_ARGS+=      -M embedded-debug
+DEFORAOS_CONFIGURE_MODE=embedded-debug
 .endif



Home | Main Index | Thread Index | Old Index