Page MenuHomeFreeBSD

audio/nekobi-lv2: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on Apr 30 2019, 7:36 PM.
Tags
None
Referenced Files
F139328314: D20112.id56883.diff
Wed, Dec 10, 9:48 PM
Unknown Object (File)
Fri, Nov 28, 5:50 PM
Unknown Object (File)
Sun, Nov 23, 1:51 AM
Unknown Object (File)
Sun, Nov 16, 4:05 PM
Unknown Object (File)
Sun, Nov 16, 1:50 PM
Unknown Object (File)
Sun, Nov 16, 11:46 AM
Unknown Object (File)
Sun, Nov 16, 9:47 AM
Unknown Object (File)
Sun, Nov 16, 8:19 AM
Subscribers
None

Details

Summary

This port requires C++11-compatible compiler to build on GCC architectures.

Additionally, remove -mtune=generic -msse -msse2 on GCC architectures.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235486

Diff Detail

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

Event Timeline

audio/nekobi-lv2/Makefile
33 ↗(On Diff #56883)

Don't create an empty target if the condition is false, put the .if before the target name.

Reorder post-patch and .if.

This revision is now accepted and ready to land.May 2 2019, 7:43 AM