Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2026 16:10:05 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b9fbce0ff5a7 - main - net/libzmq4: Fix build with openpgm
Message-ID:  <699c7bdd.30047.3c000d00@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9fbce0ff5a78b8efe8bb60cce8440c923401c87

commit b9fbce0ff5a78b8efe8bb60cce8440c923401c87
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-02-23 16:09:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-02-23 16:09:57 +0000

    net/libzmq4: Fix build with openpgm
    
    Reported by:    vvd
---
 net/libzmq4/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/libzmq4/Makefile b/net/libzmq4/Makefile
index 9b5b2fac2454..6f6125c7aba5 100644
--- a/net/libzmq4/Makefile
+++ b/net/libzmq4/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libzmq4
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.3.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/zeromq/libzmq/releases/download/${DISTVERSIONFULL}/
 DISTNAME=	zeromq-${DISTVERSION}
@@ -51,6 +51,7 @@ NORM_LIB_DEPENDS=		libnorm.so:net/norm
 NORM_CONFIGURE_WITH=		norm=${PREFIX}
 PGM_LIB_DEPENDS=		libpgm.so:net/openpgm
 PGM_CONFIGURE_WITH=		pgm
+PGM_CFLAGS=			-Drestrict=__restrict
 
 STATIC_CONFIGURE_OFF=		--disable-static
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c7bdd.30047.3c000d00>