pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/czmq



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Aug 14 13:21:07 UTC 2023

Modified Files:
        pkgsrc/net/czmq: Makefile

Log Message:
czmq: make sure draft API files are always installed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/czmq/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/czmq/Makefile
diff -u pkgsrc/net/czmq/Makefile:1.1 pkgsrc/net/czmq/Makefile:1.2
--- pkgsrc/net/czmq/Makefile:1.1        Mon Aug 14 07:38:37 2023
+++ pkgsrc/net/czmq/Makefile    Mon Aug 14 13:21:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/08/14 07:38:37 nros Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/14 13:21:07 nros Exp $
 
 DISTNAME=      czmq-4.2.1
 CATEGORIES=    net
@@ -20,6 +20,7 @@ PKGCONFIG_OVERRIDE+=  src/libczmq.pc.in
 
 CONFIGURE_ARGS+=       --with-libsystemd=no
 CONFIGURE_ARGS+=       --with-docs=no
+CONFIGURE_ARGS+=       --enable-drafts=yes
 
 TEST_TARGET=   check
 



Home | Main Index | Thread Index | Old Index