mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
- we manually set DISTVERSION as git describe does not produce something usable - also add a missing include to fix the build on FreeBSD 13 PR: 284466
10 lines
385 B
C++
10 lines
385 B
C++
--- server/supernova/utilities/hardware_topology.cpp.orig 2025-02-20 15:13:49 UTC
|
|
+++ server/supernova/utilities/hardware_topology.cpp
|
|
@@ -20,6 +20,7 @@
|
|
# include <windows.h>
|
|
# include <malloc.h>
|
|
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
|
+# include <sys/types.h>
|
|
# include <sys/sysctl.h>
|
|
# include <errno.h>
|
|
#else /* Linux */
|