aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-04 21:41:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-04 21:41:53 +0000
commit01e49880308c8bb869e1394e7a062fd09178f64b (patch)
tree927f74e5591d32533385a82695891a0b4f43594e
parentad1e41007a66f02a4bb3f3de46db0bcae7bb1a99 (diff)
downloadports-01e49880308c8bb869e1394e7a062fd09178f64b.tar.gz
ports-01e49880308c8bb869e1394e7a062fd09178f64b.zip
-rw-r--r--news/suck/Makefile3
1 files changed, 1 insertions, 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}