pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kicad build w/o wayland still failing?
Now I remember. The patch in PR pkg/58339 uses the
CMAKE_ARGS+=foo
idiom. This was later changed to:
CMAKE_CONFIGURE_ARGS+=foo
but the patch was never adapted to the new preferred style.
Thus the patch _as committed_ to "cad/kicad/options.mk" won't flag any
errors because "CMAKE_ARGS+=" is still a valid syntax, it won't do what
is intended.
Most likely the bulk build systems have wayland support installed so they
silently succeed while a system without wayland fails as mine does.
Thus "cad/kicad/options.mk" needs to have any instances of "CMAKE_ARGS"
updated to "CMAKE_CONFIGURE_ARGS".
--
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]consolidated[flyspeck]net OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
Home |
Main Index |
Thread Index |
Old Index