Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2024 21:42:20 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 01e49880308c - main - news/suck: fix build with INN
Message-ID:  <202401042142.404LgKB7055991@gitrepo.freebsd.org>

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

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

commit 01e49880308c8bb869e1394e7a062fd09178f64b
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-01-04 21:41:53 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-01-04 21:41:53 +0000

    news/suck: fix build with INN
---
 news/suck/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/news/suck/Makefile b/news/suck/Makefile
index e7f56f7f402c..96a549292e44 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -48,13 +48,12 @@ CONFLICTS+=	suck-4.*
 .if ${PORT_OPTIONS:MINN}
 CFLAGS+=	-DNO_CONFIGDATA -I${LOCALBASE}/include/inn
 MAKE_ENV+=	DB_TYPE="-DUSE_INN23 -DDO_TAGGED_HASH"
-MAKE_ENV+=	DB_LIB="-linn -lstorage -linnhist"
+MAKE_ENV+=	DB_LIB="-linn -linnhist"
 MAKE_ENV+=	DB_LIB_LOC=-L${LOCALBASE}/news/lib
 MAKE_ENV+=	DB_INC_LOC="-I${LOCALBASE}/news/include -I${LOCALBASE}/news/include/inn"
 MAKE_ENV+=	INCDIR2=-I${LOCALBASE}/include
 BUILD_DEPENDS+=	${LOCALBASE}/news/lib/libinn.a:news/inn
 CONFLICTS+=	suck-cnews-4.*
-BROKEN=		type conflict in include/inn/portable-stdbool.h
 .endif
 
 .if ${PORT_OPTIONS:MSSL}



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