Index: Makefile =================================================================== --- Makefile (revision 506459) +++ Makefile (working copy) @@ -15,7 +15,6 @@ BROKEN_aarch64= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major BROKEN_armv6= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major BROKEN_armv7= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major -BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory USES= autoreconf cpe dos2unix gmake libtool ssl USE_GCC= yes Index: files/patch-src_aircrack-util_trampoline__ppc.c =================================================================== --- files/patch-src_aircrack-util_trampoline__ppc.c (nonexistent) +++ files/patch-src_aircrack-util_trampoline__ppc.c (working copy) @@ -0,0 +1,26 @@ +--- src/aircrack-util/trampoline_ppc.c.orig 2019-07-19 18:16:49 UTC ++++ src/aircrack-util/trampoline_ppc.c +@@ -19,8 +19,10 @@ + #if defined(__ppc__) || defined(__PPC__) + #ifdef HAS_AUXV + #include ++#ifndef __FreeBSD__ + #include + #endif ++#endif + #else + #error "The wrong CPU architecture file has been included." + #endif +@@ -35,7 +37,12 @@ int simd_get_supported_features(void) + { + int result = 0; + #ifdef HAS_AUXV ++#ifndef __FreeBSD__ + long hwcaps = getauxval(AT_HWCAP2); ++#else ++ long hwcaps; ++ elf_aux_info(AT_HWCAP2, &hwcaps, sizeof(hwcaps)); ++#endif + + #if defined(PPC_FEATURE2_ARCH_2_07) + if (hwcaps & PPC_FEATURE2_ARCH_2_07) Property changes on: files/patch-src_aircrack-util_trampoline__ppc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property