svn commit: r550245 - head/benchmarks/libcelero

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 07:38:00 UTC 2020


Author: linimon
Date: Sun Sep 27 07:38:00 2020
New Revision: 550245
URL: https://svnweb.freebsd.org/changeset/ports/550245

Log:
  Attempt to fix build on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/benchmarks/libcelero/Makefile

Modified: head/benchmarks/libcelero/Makefile
==============================================================================
--- head/benchmarks/libcelero/Makefile	Sun Sep 27 07:07:59 2020	(r550244)
+++ head/benchmarks/libcelero/Makefile	Sun Sep 27 07:38:00 2020	(r550245)
@@ -31,7 +31,7 @@ BUILD_DEPENDS+=	clang${LLVM_VER}:devel/llvm${LLVM_VER}
 CPP=		clang-cpp${LLVM_VER}
 CC=		clang${LLVM_VER}
 CXX=		clang++${LLVM_VER}
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 CFLAGS+=	-mabi=elfv2
 .endif
 .endif


More information about the svn-ports-all mailing list