- 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:
Renato Botelho 2009-02-25 11:31:20 +00:00
parent 71e03e5714
commit d63008fa88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229033

View file

@ -80,11 +80,11 @@ post-patch:
@${REINPLACE_CMD} -e "s/l= 72 - szbuf.Length();/l= ${MAILDROP_LOG_COLUMNS} - szbuf.Length();/" \ @${REINPLACE_CMD} -e "s/l= 72 - szbuf.Length();/l= ${MAILDROP_LOG_COLUMNS} - szbuf.Length();/" \
${WRKSRC}/maildrop/log.C ${WRKSRC}/maildrop/log.C
.if defined(WITH_AUTHLIB) .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) .if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep" .include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"
.endif .endif
${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
${WRKSRC}/maildrop/Makefile.in
BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base BUILD_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
CONFIGURE_ARGS+= --enable-authlib CONFIGURE_ARGS+= --enable-authlib