pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/siproxd



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 12:10:53 UTC 2021

Modified Files:
        pkgsrc/net/siproxd: Makefile

Log Message:
siproxd: needs sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/siproxd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/siproxd/Makefile
diff -u pkgsrc/net/siproxd/Makefile:1.5 pkgsrc/net/siproxd/Makefile:1.6
--- pkgsrc/net/siproxd/Makefile:1.5     Tue Sep 15 20:18:47 2020
+++ pkgsrc/net/siproxd/Makefile Fri May 14 12:10:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/09/15 20:18:47 hauke Exp $
+# $NetBSD: Makefile,v 1.6 2021/05/14 12:10:53 nia Exp $
 
 DISTNAME=      siproxd-0.8.3
 #PKGREVISION=  1
@@ -71,6 +71,7 @@ post-install:
 # siproxd's configure does not check for PTHREAD_LDFLAGS
 PTHREAD_LIBS+= ${PTHREAD_LDFLAGS}
 
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libosip/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index