Files
ports/graphics/openusd/files/patch-pxr_base_arch_fileSystem.h
T
Martin Filla 47a07f93d2 misc/usd: Move to graphics/openusd
Rename to match upstream naming and moved to a more appropriate category

PR:		292497
Approved by:	yuri (maintainer, timeout 1 month)
2026-02-15 17:12:22 +03:00

13 lines
322 B
C

--- pxr/base/arch/fileSystem.h.orig 2025-10-24 16:21:56 UTC
+++ pxr/base/arch/fileSystem.h
@@ -28,6 +28,9 @@
#include <unistd.h>
#include <sys/statfs.h>
#include <glob.h>
+#elif defined(ARCH_OS_FREEBSD)
+#include <unistd.h>
+#include <glob.h>
#elif defined(ARCH_OS_DARWIN)
#include <unistd.h>
#include <sys/mount.h>