diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-12-01 17:34:18 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-12-01 17:34:18 +0000 |
commit | f75ac0cecdaf833014ca876fb369e788eb342500 (patch) | |
tree | 817f5bf6772be9d7449e424893f9e6d41560c5da | |
parent | 3f266e2df137fcd6ad7923178beec6a4ec8e1d95 (diff) |
biology/bwa: don't use GCC on powerpc64le
Now that the port uses simde, it builds fine without gcc's translation.
-rw-r--r-- | biology/bwa/Makefile | 3 |
1 files changed, 0 insertions, 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: |