diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-07-17 12:59:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-07-17 12:59:29 +0800 |
commit | 1be4d0e372eee412153cd02269894956234d5b9b (patch) | |
tree | 33b54a55c204729f7072a5674a845ca50c1c4ebc /news | |
parent | faf2d9e300033e7e2669a5a28a66d14999777151 (diff) | |
download | freebsd-ports-graphics-1be4d0e372eee412153cd02269894956234d5b9b.tar.gz freebsd-ports-graphics-1be4d0e372eee412153cd02269894956234d5b9b.tar.zst freebsd-ports-graphics-1be4d0e372eee412153cd02269894956234d5b9b.zip |
- fix build after inn has moved includes.
PR: 169588
Submitted by: John Levine
Diffstat (limited to 'news')
-rw-r--r-- | news/suck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index d44085e9687..249001abb4b 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -41,7 +41,7 @@ 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_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.* |