Page MenuHomeFreeBSD

lang/maude: fix build on GCC architectures
ClosedPublic

Authored by pkubaj on Aug 24 2019, 12:37 PM.
Tags
None
Referenced Files
F82768772: D21397.id61213.diff
Thu, May 2, 10:46 AM
F82768770: D21397.id.diff
Thu, May 2, 10:46 AM
F82764258: D21397.id61468.diff
Thu, May 2, 9:47 AM
F82761461: D21397.diff
Thu, May 2, 9:19 AM
Unknown Object (File)
Fri, Apr 26, 8:29 AM
Unknown Object (File)
Sat, Apr 20, 3:55 PM
Unknown Object (File)
Mar 22 2024, 2:32 PM
Unknown Object (File)
Feb 29 2024, 12:04 AM
Subscribers
None

Details

Summary

Don't link unconditinally with $NCURSESLIB. When NCURSESLIB is /usr/lib and the system compiler is base GCC, GCC from ports (currently GCC9) is used. Passing -L/usr/lib makes GCC try to link to base libstdc++ instead the one from ports.

Also add USES=localbase:ldflags.

PR: 239481

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 26065
Build 24605: arc lint + arc unit