[Midnightbsd-cvs] [MidnightBSD/mports] 7bc2f1: cad/electric: fix C++17 register error and STAGEDI...
Lucas Holt
noreply at github.com
Sat May 23 12:31:03 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 7bc2f171818d5caee3f31af4d17026d89bbe7cba
https://github.com/MidnightBSD/mports/commit/7bc2f171818d5caee3f31af4d17026d89bbe7cba
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-23 (Sat, 23 May 2026)
Changed paths:
M cad/electric/Makefile
Log Message:
-----------
cad/electric: fix C++17 register error and STAGEDIR path
Remove the FreeBSD-only guard around the compiler compat flags so
MidnightBSD also gets -Dregister= (suppressing the C++17 'register'
storage class error in graphcommon.cpp) and
-Wno-error=incompatible-function-pointer-types.
Fix STAGEDIR path doubling in post-install: ${STAGEDIR}${PREFIX} doubled
the staging prefix; use ${PREFIX} directly.
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