Page MenuHomeFreeBSD

math/sleef: fix build on powerpc64
ClosedPublic

Authored by pkubaj on Aug 11 2019, 10:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 4:41 AM
Unknown Object (File)
Wed, May 6, 12:30 AM
Unknown Object (File)
Thu, Apr 30, 6:12 PM
Unknown Object (File)
Fri, Apr 24, 5:37 PM
Unknown Object (File)
Thu, Apr 23, 11:37 AM
Unknown Object (File)
Thu, Apr 23, 5:18 AM
Unknown Object (File)
Tue, Apr 21, 10:44 PM
Unknown Object (File)
Mon, Apr 20, 3:37 PM
Subscribers
None

Details

Summary

Altivec needs {} for vectors instead of ().
lib/libsleefgnuabi.so is not built on powerpc64.

PR: 239468

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/sleef/Makefile
23 โ†—(On Diff #60648)

ARCH is defined after bsd.port.options.mk, no need for the pre/post.

24 โ†—(On Diff #60648)

This is badly named, it should be NO_PPC64, as it removes things on PPC64, not adds them.

Use bsd.port.options.mk and set NO_PPC64.

This revision is now accepted and ready to land.Aug 19 2019, 11:55 AM
This revision was automatically updated to reflect the committed changes.