Files
ports/graphics/opennurbs
Robert Clausecker 485f06a399 graphics/opennurbs: fix byte order and pointer size code
- check for the __ILP32__ macro when determining pointer size.  This
   catches all of our 32 bit platforms
 - add some code to test the compiler's own byte order macros to the
   header that tries to determine the byte order
 - remove explicit architecture list in favour of that code

This fixes the build on armv7.

Approved by:	portmgr (build fix blanket)
MFH:		2026Q2
2026-06-26 14:07:58 +02:00
..