Summary: | [patch] fix build of devel/talloc on powerpc64 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Linimon <linimon> | ||||||
Component: | Individual Port(s) | Assignee: | Justin Hibbits <jhibbits> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | jhibbits, powerpc, swills | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(timur) |
||||||
Hardware: | powerpc | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 182802 [details]
new patchfile to add into devel/talloc/files/
Just for the record, I can confirm this does fix the build A commit references this bug: Author: jhibbits Date: Sat Jun 17 19:59:31 UTC 2017 New revision: 443785 URL: https://svnweb.freebsd.org/changeset/ports/443785 Log: Fix build of devel/talloc on powerpc and powerpc64 Base gcc doesn't accept -Wno-format-length. Remove its usage on powerpc and powerpc64. It could probably be generalized to all gcc-based targets, but that hasn't been tested on other architectures. PR: 219455 Submitted by: linimon Approved by: swills Changes: head/devel/talloc/Makefile head/devel/talloc/files/powerpc-patch-lib_replace_wscript |
Created attachment 182801 [details] patch to devel/talloc/Makefile This patch fixes the build of devel/talloc on powerpc64. It may also fix the build on other archs that do not have llvm in base (not yet tested). Build-tested on powerpc64; tested for no-effect on amd64 via 'make patch'.