Sun May 31 15:34:32 2020 UTC ()
devel/libosip: remove unknown configure option


(rillig)
diff -r1.1 -r1.2 pkgsrc/devel/libosip/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/devel/libosip/options.mk (expand / switch to unified diff)

--- pkgsrc/devel/libosip/options.mk 2013/07/14 14:55:16 1.1
+++ pkgsrc/devel/libosip/options.mk 2020/05/31 15:34:32 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: options.mk,v 1.1 2013/07/14 14:55:16 rodent Exp $ 1# $NetBSD: options.mk,v 1.2 2020/05/31 15:34:32 rillig Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.libosip 3PKG_OPTIONS_VAR= PKG_OPTIONS.libosip
4PKG_SUPPORTED_OPTIONS= debug 4PKG_SUPPORTED_OPTIONS= debug
5PKG_SUGGESTED_OPTIONS+= # blank 5PKG_SUGGESTED_OPTIONS= # none
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9.if !empty(PKG_OPTIONS:Mdebug) 9.if !empty(PKG_OPTIONS:Mdebug)
10CONFIGURE_ARGS+= --enable-debug --enable-trace 10CONFIGURE_ARGS+= --enable-trace
11.else 11.else
12CONFIGURE_ARGS+= --disable-debug --disable-trace 12CONFIGURE_ARGS+= --disable-trace
13.endif 13.endif