Bug 240087 - graphics/mozjpeg: fix build on powerpc64
Summary: graphics/mozjpeg: fix build on powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-25 00:39 UTC by Piotr Kubaj
Modified: 2019-08-26 11:52 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
patch (1.18 KB, patch)
2019-08-25 00:39 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (sunpoet)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!