pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/asterisk16 asterisk16: configure asks for -ledit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e7d9dd051f3
branches:  trunk
changeset: 413899:5e7d9dd051f3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 22 22:36:51 2020 +0000

description:
asterisk16: configure asks for -ledit. Comply.

diffstat:

 comms/asterisk16/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 97ca5cd93d3e -r 5e7d9dd051f3 comms/asterisk16/Makefile
--- a/comms/asterisk16/Makefile Sun Mar 22 22:36:02 2020 +0000
+++ b/comms/asterisk16/Makefile Sun Mar 22 22:36:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2020/03/10 22:09:30 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/22 22:36:51 tnn Exp $
 #
 # NOTE: when updating this package, there are two places that sound
 #       tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -293,6 +293,7 @@
 .endif
 
 .include "../../databases/sqlite3/buildlink3.mk"
+.include "../../devel/editline/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index