CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/03/30 05:35:00
Modified files:
devel/sdl3 : Makefile
Log message:
Don't build "haptic" support code to avoid missing symbol on sparc64
That code uses ioctls that we don't implement and end up as unresolved
symbols in the shared library on sparc64 where base-gcc and ld.bfd are
used. ok tb@ thfr@ (maintainer)
While here, also disable warnings about documentation comments, which
clutter build logs (from tb@).
