pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk15



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 21 14:26:00 UTC 2020

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

Log Message:
comms/asterisk15: remove unknown configure option --with-ltdl

This option has been removed in 2018, see ChangeLog.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/asterisk15/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/asterisk15/options.mk
diff -u pkgsrc/comms/asterisk15/options.mk:1.2 pkgsrc/comms/asterisk15/options.mk:1.3
--- pkgsrc/comms/asterisk15/options.mk:1.2      Thu May 23 19:22:56 2019
+++ pkgsrc/comms/asterisk15/options.mk  Thu May 21 14:25:59 2020
@@ -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 @@ 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