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:   tnn
Date:           Sun Mar 22 22:36:51 UTC 2020

Modified Files:
        pkgsrc/comms/asterisk16: Makefile

Log Message:
asterisk16: configure asks for -ledit. Comply.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/comms/asterisk16/Makefile

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/Makefile
diff -u pkgsrc/comms/asterisk16/Makefile:1.58 pkgsrc/comms/asterisk16/Makefile:1.59
--- pkgsrc/comms/asterisk16/Makefile:1.58       Tue Mar 10 22:09:30 2020
+++ pkgsrc/comms/asterisk16/Makefile    Sun Mar 22 22:36:51 2020
@@ -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 @@ LDFLAGS+= -L${PREFIX}/lib
 .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