Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 09:06:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499972 - head/net-p2p/monero-cli
Message-ID:  <201904250906.x3P96g7Z078224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr 25 09:06:41 2019
New Revision: 499972
URL: https://svnweb.freebsd.org/changeset/ports/499972

Log:
  Fix printf crash in poudriere

Modified:
  head/net-p2p/monero-cli/Makefile

Modified: head/net-p2p/monero-cli/Makefile
==============================================================================
--- head/net-p2p/monero-cli/Makefile	Thu Apr 25 09:01:23 2019	(r499971)
+++ head/net-p2p/monero-cli/Makefile	Thu Apr 25 09:06:41 2019	(r499972)
@@ -19,7 +19,7 @@ LICENSE=	BSD3CLAUSE
 BROKEN_aarch64=		fails to compile: the clang compiler does not support -march=native
 BROKEN_armv6=		fails to compile: the clang compiler does not support -march=native
 BROKEN_armv7=		fails to compile: the clang compiler does not support -march=native
-BROKEN_i386=		fails to compile: register %r15d is only available in 64-bit mode
+BROKEN_i386=		fails to compile: register r15d is only available in 64-bit mode
 BROKEN_powerpc64=	fails to compile: the clang compiler does not support -march=native
 
 LIB_DEPENDS=	\



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