mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- My last commit didn't fix the problem, actually, i was not reproducing it
accordingly, now real fix. Reported by: Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
parent
71e03e5714
commit
d63008fa88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229033
1 changed files with 2 additions and 2 deletions
|
@ -80,11 +80,11 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e "s/l= 72 - szbuf.Length();/l= ${MAILDROP_LOG_COLUMNS} - szbuf.Length();/" \
|
||||
${WRKSRC}/maildrop/log.C
|
||||
.if defined(WITH_AUTHLIB)
|
||||
@${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
|
||||
${WRKSRC}/maildrop/Makefile.in
|
||||
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
|
||||
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
|
||||
.endif
|
||||
${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
|
||||
${WRKSRC}/maildrop/Makefile.in
|
||||
BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||
RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||
CONFIGURE_ARGS+= --enable-authlib
|
||||
|
|
Loading…
Add table
Reference in a new issue