svn commit: r499972 - head/net-p2p/monero-cli

Antoine Brodin antoine at FreeBSD.org
Thu Apr 25 09:06:43 UTC 2019


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=	\


More information about the svn-ports-all mailing list