[Midnightbsd-cvs] [MidnightBSD/mports] 1de183: www/qt6-webengine: add NSS/NSPR include paths to C...
Lucas Holt
noreply at github.com
Fri May 15 18:18:45 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 1de18309d0407c971fe674cb17a8d59698c85974
https://github.com/MidnightBSD/mports/commit/1de18309d0407c971fe674cb17a8d59698c85974
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-15 (Fri, 15 May 2026)
Changed paths:
M www/qt6-webengine/Makefile
Log Message:
-----------
www/qt6-webengine: add NSS/NSPR include paths to CXXFLAGS (#162)
Chromium's crypto/ code includes NSS headers directly (pk11pub.h,
secoidt.h) but these are installed to ${LOCALBASE}/include/nss/ and
${LOCALBASE}/include/nspr/, not ${LOCALBASE}/include/. Add both to
CXXFLAGS so the GN toolchain can find them, mirroring the existing
libepoll-shim path fix. Fixes build failure on i386.
AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list