pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gmpc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 13:05:19 UTC 2020

Modified Files:
        pkgsrc/audio/gmpc: options.mk

Log Message:
audio/gmpc: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/gmpc/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/gmpc/options.mk
diff -u pkgsrc/audio/gmpc/options.mk:1.2 pkgsrc/audio/gmpc/options.mk:1.3
--- pkgsrc/audio/gmpc/options.mk:1.2    Tue Oct  1 16:03:30 2013
+++ pkgsrc/audio/gmpc/options.mk        Sat May 23 13:05:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2013/10/01 16:03:30 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2020/05/23 13:05:19 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gmpc
 PKG_SUPPORTED_OPTIONS= mac xspf
@@ -10,9 +10,6 @@ PKG_SUPPORTED_OPTIONS=        mac xspf
 ###
 .if !empty(PKG_OPTIONS:Mmac)
 .include "../../audio/mac/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-macige
-.else
-CONFIGURE_ARGS+=       --disable-macige
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index