diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2015-11-21 19:57:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2015-11-21 19:57:27 +0000 |
commit | 7e64f3c7a9ff4ec4844afd3187e28e0f5e2b9cc3 (patch) | |
tree | bedc11c5749dfc45e44e3e19bb50d167b8211ceb | |
parent | 0398c6c56ab79b7918562fcaacb2499aab77a5f0 (diff) | |
download | ports-7e64f3c7a9ff4ec4844afd3187e28e0f5e2b9cc3.tar.gz ports-7e64f3c7a9ff4ec4844afd3187e28e0f5e2b9cc3.zip |
Notes
-rw-r--r-- | news/suck/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile index 9a4953e37eeb..39b22774c80e 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -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 |