Page MenuHomeFreeBSD

lang/sbcl: Fix build on i386
ClosedPublic

Authored by jrm on Nov 3 2023, 2:14 AM.
Tags
None
Referenced Files
F136840324: D42450.id129747.diff
Thu, Nov 20, 12:06 AM
F136840281: D42450.id129669.diff
Thu, Nov 20, 12:06 AM
F136840278: D42450.id129670.diff
Thu, Nov 20, 12:06 AM
F136840276: D42450.id.diff
Thu, Nov 20, 12:06 AM
F136831943: D42450.diff
Wed, Nov 19, 10:10 PM
Unknown Object (File)
Sat, Nov 15, 10:10 PM
Unknown Object (File)
Fri, Nov 7, 9:35 PM
Unknown Object (File)
Tue, Nov 4, 3:52 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 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.