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)
Jan 3 2024, 4:51 AM
Unknown Object (File)
Dec 28 2023, 2:48 AM
Unknown Object (File)
Dec 20 2023, 12:38 AM
Unknown Object (File)
Aug 30 2023, 1:19 AM
Unknown Object (File)
Jul 15 2023, 10:13 PM
Unknown Object (File)
Jun 26 2023, 11:10 PM
Unknown Object (File)
Mar 26 2023, 9:59 AM
Unknown Object (File)
Mar 26 2023, 9:57 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24041
Build 22926: 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