[Bug 235536] security/sha1collisiondetection: fix build with GCC-based architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 5 18:51:36 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235536
Bug ID: 235536
Summary: security/sha1collisiondetection: fix build with
GCC-based architectures
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: pkubaj at anongoth.pl
CC: jharris at widomaker.com
Flags: maintainer-feedback?(jharris at widomaker.com)
CC: jharris at widomaker.com
Created attachment 201775
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201775&action=edit
patch
-std=c90 is not supported by base GCC. Replace it with -std=c89, which is just
the same.
Tested on powerpc64 and amd64.
Hardware sponsored by IntegriCloud.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list