Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2022 14:31:40 GMT
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8a633e7f6cff - main - net/frr7: Fix build
Message-ID:  <202201261431.20QEVeSU022592@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olivier:

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

commit 8a633e7f6cff0d786d477cb36fa93d307989c44d
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2022-01-26 14:28:33 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2022-01-26 14:28:33 +0000

    net/frr7: Fix build
    
    PR:             260430
    Reported by:    O. Hartmann <ohartmann@walstatt.org>
    Obtained from:  Franco Fichtner <franco@opnsense.org>
---
 net/frr7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/frr7/Makefile b/net/frr7/Makefile
index 245eb1cf956d..6cd310e42e33 100644
--- a/net/frr7/Makefile
+++ b/net/frr7/Makefile
@@ -84,7 +84,7 @@ VTYSH_DESC=		Build integrated vty shell
 USERS=	frr
 GROUPS=	frr frrvty
 
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include -Wno-error
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 # PIM compile but didn't work on FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201261431.20QEVeSU022592>