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)
Wed, Oct 8, 1:18 AM
Unknown Object (File)
Fri, Oct 3, 4:25 AM
Unknown Object (File)
Sat, Sep 27, 1:08 AM
Unknown Object (File)
Mon, Sep 22, 7:17 PM
Unknown Object (File)
Sat, Sep 20, 4:06 PM
Unknown Object (File)
Sep 16 2025, 7:13 PM
Unknown Object (File)
Sep 13 2025, 8:19 AM
Unknown Object (File)
Sep 13 2025, 8:19 AM
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 Not Applicable
Unit
Tests Not Applicable

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.