[Bug 282272] archivers/snappy-java: enable armv6 and armv7

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Nov 2024 16:06:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282272

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=806a884dc73261c24423f3a32d149e4776b4c546

commit 806a884dc73261c24423f3a32d149e4776b4c546
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-11-26 15:59:18 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-11-26 16:05:50 +0000

    archivers/snappy-java: force disable NEON on armv7

    Cross compilation might pick up NEON from the host aarch64 system
    in our package build cluster.
    This gave an error:
    In file included from target/snappy-1.1.10/snappy.cc:29:
    target/snappy-1.1.10/snappy-internal.h:107:10: error: use of undeclared
identifier 'vqtbl1q_u8'; did you mean 'vtbl1_u8'?
      107 |   return vqtbl1q_u8(input, shuffle_mask);
          |          ^~~~~~~~~~
          |          vtbl1_u8

    PR:     282272
    Approved by:    Angelo Polo (maintainer) (via earlier comment in the PR)

 archivers/snappy-java/files/patch-Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.