svn commit: r300990 - head/news/suck

Dirk Meyer dinoex at FreeBSD.org
Tue Jul 17 04:59:30 UTC 2012


Author: dinoex
Date: Tue Jul 17 04:59:29 2012
New Revision: 300990
URL: http://svn.freebsd.org/changeset/ports/300990

Log:
  - fix build after inn has moved includes.
  PR:		169588
  Submitted by:	John Levine

Modified:
  head/news/suck/Makefile

Modified: head/news/suck/Makefile
==============================================================================
--- head/news/suck/Makefile	Tue Jul 17 03:18:44 2012	(r300989)
+++ head/news/suck/Makefile	Tue Jul 17 04:59:29 2012	(r300990)
@@ -41,7 +41,7 @@ CFLAGS+=	-DNO_CONFIGDATA -I${LOCALBASE}/
 MAKE_ENV+=	DB_TYPE="-DUSE_INN23 -DDO_TAGGED_HASH"
 MAKE_ENV+=	DB_LIB="-linn -lstorage"
 MAKE_ENV+=	DB_LIB_LOC=-L${LOCALBASE}/news/lib
-MAKE_ENV+=	DB_INC_LOC=-I${LOCALBASE}/news/include
+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:${PORTSDIR}/news/inn
 CONFLICTS+=	suck-cnews-4.*



More information about the svn-ports-all mailing list