Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2014 16:40:55 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353031 - head/mail/maildrop
Message-ID:  <201405051640.s45GetGu086306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405051640.s45GetGu086306>