svn commit: r340392 - branches/2014Q1/security/signing-party

Mathieu Arnold mat at FreeBSD.org
Mon Jan 20 13:21:06 UTC 2014


Author: mat
Date: Mon Jan 20 13:21:06 2014
New Revision: 340392
URL: http://svnweb.freebsd.org/changeset/ports/340392
QAT: https://qat.redports.org/buildarchive/r340392/

Log:
  MFH: r340389
  
  * Fix build on 10

Modified:
  branches/2014Q1/security/signing-party/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/security/signing-party/Makefile
==============================================================================
--- branches/2014Q1/security/signing-party/Makefile	Mon Jan 20 13:20:08 2014	(r340391)
+++ branches/2014Q1/security/signing-party/Makefile	Mon Jan 20 13:21:06 2014	(r340392)
@@ -55,6 +55,7 @@ post-patch:
 			-e 's|make pgpring|make|' \
 		${WRKSRC}/gpgwrap/Makefile \
 		${WRKSRC}/keyanalyze/Makefile
+	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/gpgwrap/src/Makefile
 	# Rename pgpring to pgppubring to avoid conflict with mail/mutt
 	@${REINPLACE_CMD} -e 's|pgpring|pgppubring|g' \
 		${WRKSRC}/keyanalyze/pgpring/Makefile.in


More information about the svn-ports-all mailing list