1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/security/john
Alexey Dokuchaev 809fe307f0 security/john: try to fix the port's build on AArch64
In commit 1e6670382f, the observed failure on PowerPC had been
mended in a way that broke AArch64 build.  Robert's investigation
had shown that <altivec.h> should've been included elsewhere, and
it actually is, but guarded by `#ifdef __linux__' for some reason.

Alexander explained that at the time the AltiVec support was just
for two platforms: macOS (first) and Linux (added later).  If the
guard of `#include <altivec.h>' was needed, then we could probably
replace the `#ifdef __linux__' with `#ifndef __APPLE__' for the
same effect on old macOS versions which do not need the #include.

PR:		266732
Submitted by:	Robert Clausecker
Discussed with:	Solar Designer
2022-10-19 07:48:36 +00:00
..
files security/john: try to fix the port's build on AArch64 2022-10-19 07:48:36 +00:00
distinfo
Makefile security/john: try to fix the port's build on AArch64 2022-10-19 07:48:36 +00:00
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
pkg-plist