pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libosip



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 15:34:32 UTC 2020

Modified Files:
        pkgsrc/devel/libosip: options.mk

Log Message:
devel/libosip: remove unknown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libosip/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/devel/libosip/options.mk
diff -u pkgsrc/devel/libosip/options.mk:1.1 pkgsrc/devel/libosip/options.mk:1.2
--- pkgsrc/devel/libosip/options.mk:1.1 Sun Jul 14 14:55:16 2013
+++ pkgsrc/devel/libosip/options.mk     Sun May 31 15:34:32 2020
@@ -1,13 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2013/07/14 14:55:16 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2020/05/31 15:34:32 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libosip
 PKG_SUPPORTED_OPTIONS= debug
-PKG_SUGGESTED_OPTIONS+=        # blank
+PKG_SUGGESTED_OPTIONS= # none
 
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+=       --enable-debug --enable-trace
+CONFIGURE_ARGS+=       --enable-trace
 .else
-CONFIGURE_ARGS+=       --disable-debug --disable-trace
+CONFIGURE_ARGS+=       --disable-trace
 .endif



Home | Main Index | Thread Index | Old Index