void-packages/srcpkgs/spacenavd/patches/v1.3-fix-header-defines.patch
Alexandru Barbur 27cf6c8062
spacenavd: update to 1.3.
Closes: #50849 [via git-merge-pr]
2024-06-16 18:27:38 -04:00

11 lines
285 B
Diff

Fix header defines until fixed upstream: https://github.com/FreeSpacenav/spacenavd/issues/105
--- a/src/proto.h
+++ a/src/proto.h
@@ -6,1 +6,1 @@ else ()
-#ifdef HAVE_STDINT_H_
+#ifdef HAVE_STDINT_H
#include <stdint.h>
#elif defined(HAVE_INTTYPES_H_)
#include <inttypes.h>
#endif