svn commit: r353031 - head/mail/maildrop

Guido Falsi madpilot at FreeBSD.org
Mon May 5 16:40:55 UTC 2014


Author: madpilot
Date: Mon May  5 16:40:54 2014
New Revision: 353031
URL: http://svnweb.freebsd.org/changeset/ports/353031
QAT: https://qat.redports.org/buildarchive/r353031/

Log:
  Fix build with latest clang when option AUTHLIB is turned on (default off)
  
  PR:             ports/189364
  Submitted by:   Andre Lehmann <blacktux82 at gmail.com>
  MFH:            2014Q2

Modified:
  head/mail/maildrop/Makefile

Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile	Mon May  5 16:40:49 2014	(r353030)
+++ head/mail/maildrop/Makefile	Mon May  5 16:40:54 2014	(r353031)
@@ -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"


More information about the svn-ports-all mailing list