[Bug 231594] sysutils/sleuthkit: fix build with powerpc64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 22 16:56:45 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231594
Bug ID: 231594
Summary: sysutils/sleuthkit: fix build with powerpc64
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: antoine at FreeBSD.org
Reporter: pkubaj at anongoth.pl
Assignee: antoine at FreeBSD.org
Flags: maintainer-feedback?(antoine at FreeBSD.org)
Created attachment 197355
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197355&action=edit
patch
This patch removes -Wno-unused-command-line-argument compiler flag from
sources.
It's not supported by base GCC and using it causes build failures.
If this approach is not acceptable, we could switch to using newer compiler
(GCC from ports via USES=compiler:c++11-lang), but removing
-Wno-unused-command-line-argument causes less overhead when building this ports
on powerpc64.
Tested on powerpc64 and amd64.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list