Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 17:24:10 +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: r325406 - head/security/zxid
Message-ID:  <201308261724.r7QHOAUX006030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Aug 26 17:24:09 2013
New Revision: 325406
URL: http://svnweb.freebsd.org/changeset/ports/325406

Log:
  Remove --export-all-symbols which is not supported and makes 'make install' fail.

Modified:
  head/security/zxid/Makefile

Modified: head/security/zxid/Makefile
==============================================================================
--- head/security/zxid/Makefile	Mon Aug 26 17:23:59 2013	(r325405)
+++ head/security/zxid/Makefile	Mon Aug 26 17:24:09 2013	(r325406)
@@ -30,7 +30,9 @@ ZXID_BINS=	smime zxcall zxcot zxdecode z
 .include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e '/which gcc/d' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e '/which gcc/d' \
+		-e 's/ --export-all-symbols/ /g' \
+		${WRKSRC}/Makefile
 
 post-install:
 	${MKDIR} ${PREFIX}/include/zxid/



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