Page MenuHomeFreeBSD

lang/sbcl: Fix build on i386
ClosedPublic

Authored by jrm on Nov 3 2023, 2:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 9:34 PM
Unknown Object (File)
Dec 20 2024, 12:27 AM
Unknown Object (File)
Dec 5 2024, 5:02 AM
Unknown Object (File)
Nov 10 2024, 12:39 PM
Unknown Object (File)
Oct 22 2024, 7:20 PM
Unknown Object (File)
Oct 18 2024, 3:40 AM
Unknown Object (File)
Oct 6 2024, 9:54 PM
Unknown Object (File)
Oct 3 2024, 7:58 PM
Subscribers
None

Details

Summary

SBCL's internal build configuration for FreeBSD amd64 used
-isystem/usr/local/include and -L/usr/local/lib. For some reason, the
same configure for FreeBSD i386 did not include these. Fix the build on
i386 by adding them.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 54265
Build 51155: arc lint + arc unit

Event Timeline

jrm requested review of this revision.Nov 3 2023, 2:14 AM
jrm created this revision.

Remove change that wasn't intended for this review.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 5 2023, 4:41 PM
This revision was automatically updated to reflect the committed changes.