Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/asterisk16 comms/asterisk16: remove unknow confi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/19b66269fd6b
branches: trunk
changeset: 433142:19b66269fd6b
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 31 14:39:32 2020 +0000
description:
comms/asterisk16: remove unknow configure option
diffstat:
comms/asterisk16/options.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r fc712ae42b2a -r 19b66269fd6b comms/asterisk16/options.mk
--- a/comms/asterisk16/options.mk Sun May 31 14:36:21 2020 +0000
+++ b/comms/asterisk16/options.mk Sun May 31 14:39:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2020/01/11 08:36:13 ryoon Exp $
+# $NetBSD: options.mk,v 1.17 2020/05/31 14:39:32 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk
PKG_SUPPORTED_OPTIONS= x11 unixodbc webvmail ldap spandsp
@@ -35,11 +35,9 @@
.if !empty(PKG_OPTIONS:Munixodbc)
. include "../../databases/unixodbc/buildlink3.mk"
. include "../../devel/libltdl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-ltdl
CONFIGURE_ARGS+= --with-unixodbc
PLIST.unixodbc= yes
.else
-CONFIGURE_ARGS+= --without-ltdl
CONFIGURE_ARGS+= --without-unixodbc
.endif
Home |
Main Index |
Thread Index |
Old Index