head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2026.03.19.17.37.13; author adam; state Exp; branches; next ; commitid 9oLH7oKPX7FsUByG; desc @@ 1.1 log @ppsspp: fix build on NetBSD @ text @$NetBSD$ Fix build on NetBSD. --- Common/CPUDetect.cpp.orig 2026-03-19 17:29:50.553306189 +0000 +++ Common/CPUDetect.cpp @@@@ -67,6 +67,10 @@@@ void do_cpuid(u32 regs[4], u32 cpuid_leaf) { #else // !_WIN32 +#ifdef __NetBSD__ +#define do_xgetbv _xgetbv +#endif + #ifdef _M_SSE #include @