svn commit: r416863 - in head/devel: . pcc-libs

Mathieu Arnold mat at FreeBSD.org
Tue Jun 14 09:45:05 UTC 2016


+--On 13 juin 2016 19:30:56 +0000 Kurt Jaeger <pi at FreeBSD.org> wrote:
| +post-patch:
| +.if ${OPSYS} == FreeBSD
| +	@${REINPLACE_CMD} -e '/targmach=amd64/s/x86_64/amd64/' \
| +		${WRKSRC}/configure
| +.endif

This should be:

.if ${OPSYS} == FreeBSD
post-patch:
	@${REINPLACE_CMD} -e '/targmach=amd64/s/x86_64/amd64/' \
		${WRKSRC}/configure
.endif

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160614/c41c75a4/attachment.sig>


More information about the svn-ports-head mailing list