aboutsummaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-05-05 16:40:54 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-05-05 16:40:54 +0000
commit91d9883a9e309ddaeb52a4e7560c5a321ecdfb58 (patch)
treee33c21d3ecaa7956e9ca93cd72953872af76d285 /mail/maildrop
parentdb7bde8a7e50a0619ac9abfba2aafd72bd2347ca (diff)
downloadports-91d9883a9e309ddaeb52a4e7560c5a321ecdfb58.tar.gz
ports-91d9883a9e309ddaeb52a4e7560c5a321ecdfb58.zip
Fix build with latest clang when option AUTHLIB is turned on (default off)
PR: ports/189364 Submitted by: Andre Lehmann <blacktux82@gmail.com> MFH: 2014Q2
Notes
Notes: svn path=/head/; revision=353031
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 1d7f3c6bcab8..1288825ee0eb 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -114,7 +114,7 @@ post-patch:
-e "s/\(deliverquota.html\)/maildrop-\1/" ${WRKSRC}/${f}
.endfor
.if ${PORT_OPTIONS:MAUTHLIB}
- @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \
+ @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -L${LOCALBASE}/lib/courier-authlib|' \
${WRKSRC}/libs/maildrop/Makefile.in
.if exists(${.CURDIR}/../../security/courier-authlib/Makefile.dep)
.include "${.CURDIR}/../../security/courier-authlib/Makefile.dep"