git: f75ac0cecdaf - main - biology/bwa: don't use GCC on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Dec 2021 17:42:14 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f75ac0cecdaf833014ca876fb369e788eb342500
commit f75ac0cecdaf833014ca876fb369e788eb342500
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-12-01 17:34:18 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-12-01 17:34:18 +0000
biology/bwa: don't use GCC on powerpc64le
Now that the port uses simde, it builds fine without gcc's translation.
---
biology/bwa/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile
index 5075bda611bc..d98fad06941f 100644
--- a/biology/bwa/Makefile
+++ b/biology/bwa/Makefile
@@ -31,9 +31,6 @@ PLIST_FILES= bin/bwa bin/qualfa2fq.pl bin/xa2multi.pl man/man1/bwa.1.gz
.if ${ARCH} == amd64 || ${ARCH} == i386
# Avoid #error in emmintrin.h
CFLAGS+= -msse2
-.elif ${ARCH} == powerpc64le
-CFLAGS+= -DNO_WARN_X86_INTRINSICS
-USES+= compiler:gcc-c++11-lib
.endif
do-install: