pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/zeromq



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 11 05:43:08 UTC 2023

Modified Files:
        pkgsrc/net/zeromq: Makefile

Log Message:
zeromq: cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/zeromq/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/zeromq/Makefile
diff -u pkgsrc/net/zeromq/Makefile:1.34 pkgsrc/net/zeromq/Makefile:1.35
--- pkgsrc/net/zeromq/Makefile:1.34     Tue Oct 10 15:16:01 2023
+++ pkgsrc/net/zeromq/Makefile  Wed Oct 11 05:43:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/10/10 15:16:01 adam Exp $
+# $NetBSD: Makefile,v 1.35 2023/10/11 05:43:08 adam Exp $
 
 DISTNAME=      zeromq-4.3.5
 CATEGORIES=    net devel
@@ -11,11 +11,10 @@ HOMEPAGE=   https://zeromq.org/
 COMMENT=       The ZeroMQ messaging library
 LICENSE=       mpl-2.0
 
-USE_LANGUAGES=         c c99 gnu++11
+USE_LANGUAGES=         c99 gnu++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
-#CONFIGURE_ARGS+=      --disable-curve
 CONFIGURE_ARGS+=       --with-libsodium=${BUILDLINK_PREFIX.libsodium}
 PKGCONFIG_OVERRIDE+=   src/libzmq.pc.in
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index