Bug 247146 - archivers/snappy-java: fix build on aarch64
Summary: archivers/snappy-java: fix build on aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2020-06-10 14:49 UTC by Ronald Klop
Modified: 2020-06-11 17:31 UTC (History)
2 users (show)

See Also:
language.devel: maintainer-feedback+


Attachments
add aarch64 architecture build settings (2.58 KB, patch)
2020-06-10 14:49 UTC, Ronald Klop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2020-06-10 14:49:11 UTC
Created attachment 215421 [details]
add aarch64 architecture build settings

Since the upgrade to 1.1.7.5 this port fails on aarch64.
This patch makes it compile again.
Tested on 12.1/aarch64.
Comment 1 Angelo Polo 2020-06-10 15:28:39 UTC
Looks good to me. Thanks for providing the patch for aarch64.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-06-11 17:30:05 UTC
A commit references this bug:

Author: mikael
Date: Thu Jun 11 17:29:57 UTC 2020
New revision: 538513
URL: https://svnweb.freebsd.org/changeset/ports/538513

Log:
  archivers/snappy-java: fix build on aarch64

  PR:		247146
  Submitted by:	Ronald Klop
  Approved by:	Angelo Polo (maintainer)

Changes:
  head/archivers/snappy-java/Makefile
  head/archivers/snappy-java/files/patch-Makefile.common
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2020-06-11 17:31:19 UTC
Thanks!