From c7896b71c7d35d72d3b4ce185d12cc452c032538 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 31 May 2020 14:39:32 +0000 Subject: [PATCH] comms/asterisk16: remove unknow configure option --- comms/asterisk16/options.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/comms/asterisk16/options.mk b/comms/asterisk16/options.mk index 3bcad245d438..079e873246a1 100644 --- a/comms/asterisk16/options.mk +++ b/comms/asterisk16/options.mk @@ -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 @@ CONFIGURE_ARGS+= --without-gtk2 .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