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
Unknown Object (File)
Tue, May 19, 5:58 PM
Unknown Object (File)
Tue, May 12, 11:57 AM
Unknown Object (File)
Sat, May 9, 7:00 PM
Unknown Object (File)
Thu, May 7, 11:41 AM
Unknown Object (File)
Sat, May 2, 4:46 AM
Unknown Object (File)
Apr 30 2026, 2:30 PM
Unknown Object (File)
Apr 29 2026, 11:50 AM
Unknown Object (File)
Apr 27 2026, 11:57 PM
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