mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
9b08785f18
fix WANTLIB for simple ports. rust ports are expected to use MODCARGO_WANTLIB
instead of hardcoding values (which will be soon different across archs).
replace "c c++abi pthread" by ${MODCARGO_WANTLIB} in WANTLIB
no changes, as it is the current value of MODCARGO_WANTLIB (even if buggy).
ok tb@