Skip to content

Commit

Permalink
news/suck: fix build with INN
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 4, 2024
1 parent ad1e410 commit 01e4988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions news/suck/Makefile
Expand Up @@ -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}
Expand Down

0 comments on commit 01e4988

Please sign in to comment.