Page MenuHomeFreeBSD

lang/maude: fix build on GCC architectures
ClosedPublic

Authored by pkubaj on Aug 24 2019, 12:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 23, 3:03 AM
Unknown Object (File)
Wed, Jul 8, 6:24 AM
Unknown Object (File)
Sat, Jul 4, 1:26 AM
Unknown Object (File)
Jun 21 2026, 12:11 AM
Unknown Object (File)
Jun 18 2026, 7:57 PM
Unknown Object (File)
Jun 17 2026, 4:08 AM
Unknown Object (File)
Jun 11 2026, 10:53 AM
Unknown Object (File)
Jun 4 2026, 5:58 PM
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
Lint Not Applicable
Unit
Tests Not Applicable