Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/asterisk15 comms/asterisk15: remove unknown conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d01c73e41620
branches:  trunk
changeset: 432364:d01c73e41620
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 21 14:25:59 2020 +0000

description:
comms/asterisk15: remove unknown configure option --with-ltdl

This option has been removed in 2018, see ChangeLog.

diffstat:

 comms/asterisk15/options.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r ce4ed86933c4 -r d01c73e41620 comms/asterisk15/options.mk
--- a/comms/asterisk15/options.mk       Thu May 21 14:19:56 2020 +0000
+++ b/comms/asterisk15/options.mk       Thu May 21 14:25:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/05/23 19:22:56 rillig Exp $
+# $NetBSD: options.mk,v 1.3 2020/05/21 14:25:59 rillig Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.asterisk
 PKG_SUPPORTED_OPTIONS=         x11 unixodbc ilbc 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