Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 14:50:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344766 - head/security/ipsec-tools
Message-ID:  <201402171450.s1HEomZB095185@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Feb 17 14:50:47 2014
New Revision: 344766
URL: http://svnweb.freebsd.org/changeset/ports/344766
QAT: https://qat.redports.org/buildarchive/r344766/

Log:
  Fix build with clang 3.4

Modified:
  head/security/ipsec-tools/Makefile

Modified: head/security/ipsec-tools/Makefile
==============================================================================
--- head/security/ipsec-tools/Makefile	Mon Feb 17 14:46:41 2014	(r344765)
+++ head/security/ipsec-tools/Makefile	Mon Feb 17 14:50:47 2014	(r344766)
@@ -159,7 +159,7 @@ CONFIGURE_ARGS+=	--disable-idea
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e "s/-Werror//g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s/-Werror//g ; s/-R$$libdir/-Wl,-rpath=$$libdir/g" ${WRKSRC}/configure
 
 post-install:
 	@${MKDIR} ${STAGEDIR}/${PREFIX}/etc/racoon



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