From 01e49880308c8bb869e1394e7a062fd09178f64b Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 4 Jan 2024 22:41:53 +0100 Subject: [PATCH] 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}