pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/cppzmq



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct  9 07:25:23 UTC 2022

Modified Files:
        pkgsrc/net/cppzmq: Makefile

Log Message:
cppzmq: fix building without git


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/cppzmq/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/cppzmq/Makefile
diff -u pkgsrc/net/cppzmq/Makefile:1.1 pkgsrc/net/cppzmq/Makefile:1.2
--- pkgsrc/net/cppzmq/Makefile:1.1      Sat Oct  8 13:15:07 2022
+++ pkgsrc/net/cppzmq/Makefile  Sun Oct  9 07:25:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/10/08 13:15:07 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/10/09 07:25:23 adam Exp $
 
 DISTNAME=      cppzmq-4.8.1
 CATEGORIES=    net
@@ -14,5 +14,7 @@ USE_CMAKE=    yes
 USE_LANGUAGES= c c++
 TEST_TARGET=   test
 
+# needed for building unit tests
+.include "../../devel/catch2/buildlink3.mk"
 .include "../../net/zeromq/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index