Bug 240087

Summary: graphics/mozjpeg: fix build on powerpc64
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, sunpoet
Priority: --- Flags: bugzilla: maintainer-feedback? (sunpoet)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (sunpoet)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-08-25 00:39:58 UTC
Created attachment 206868 [details]
patch

powerpc64 needs include sys/endian.h for htole32 in md5/md5.c.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-08-26 11:51:11 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Aug 26 11:50:20 UTC 2019
New revision: 509936
URL: https://svnweb.freebsd.org/changeset/ports/509936

Log:
  Fix build on powerpc64

  PR:		240087
  Submitted by:	pkubaj

Changes:
  head/graphics/mozjpeg/Makefile
  head/graphics/mozjpeg/files/
  head/graphics/mozjpeg/files/patch-md5-md5.c
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-26 11:52:30 UTC
Committed. Thanks!