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
F163158832: D20112.id56883.diff
Mon, Jul 20, 3:14 PM
Unknown Object (File)
Thu, Jul 9, 8:21 PM
Unknown Object (File)
Thu, Jul 9, 3:09 PM
Unknown Object (File)
Mon, Jun 22, 4:52 PM
Unknown Object (File)
Jun 19 2026, 1:09 AM
Unknown Object (File)
Jun 16 2026, 9:26 AM
Unknown Object (File)
Jun 16 2026, 9:25 AM
Unknown Object (File)
Jun 3 2026, 11:01 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24018
Build 22905: arc lint + arc unit

Event Timeline

audio/nekobi-lv2/Makefile
33

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