pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk16



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 14:39:33 UTC 2020

Modified Files:
        pkgsrc/comms/asterisk16: options.mk

Log Message:
comms/asterisk16: remove unknow configure option


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/comms/asterisk16/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/comms/asterisk16/options.mk
diff -u pkgsrc/comms/asterisk16/options.mk:1.16 pkgsrc/comms/asterisk16/options.mk:1.17
--- pkgsrc/comms/asterisk16/options.mk:1.16     Sat Jan 11 08:36:13 2020
+++ pkgsrc/comms/asterisk16/options.mk  Sun May 31 14:39:32 2020
@@ -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
 



Home | Main Index | Thread Index | Old Index