svn commit: r402191 - head/news/suck

Dirk Meyer dinoex at FreeBSD.org
Sat Nov 21 19:57:28 UTC 2015


Author: dinoex
Date: Sat Nov 21 19:57:27 2015
New Revision: 402191
URL: https://svnweb.freebsd.org/changeset/ports/402191

Log:
  - fix build with new inn
  - remove BROKEN

Modified:
  head/news/suck/Makefile

Modified: head/news/suck/Makefile
==============================================================================
--- head/news/suck/Makefile	Sat Nov 21 19:46:33 2015	(r402190)
+++ head/news/suck/Makefile	Sat Nov 21 19:57:27 2015	(r402191)
@@ -48,10 +48,9 @@ CONFLICTS+=	suck-4.*
 .endif
 
 .if ${PORT_OPTIONS:MINN}
-BROKEN=		fails to link
 CFLAGS+=	-DNO_CONFIGDATA -I${LOCALBASE}/include/inn
 MAKE_ENV+=	DB_TYPE="-DUSE_INN23 -DDO_TAGGED_HASH"
-MAKE_ENV+=	DB_LIB="-linn -lstorage"
+MAKE_ENV+=	DB_LIB="-linn -lstorage -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


More information about the svn-ports-all mailing list