parent
3ed86cd19e
commit
27cf6c8062
|
@ -0,0 +1,11 @@
|
||||||
|
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
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'spacenavd'
|
# Template file for 'spacenavd'
|
||||||
pkgname=spacenavd
|
pkgname=spacenavd
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libX11-devel libXtst-devel"
|
makedepends="libX11-devel libXtst-devel"
|
||||||
|
@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://spacenav.sourceforge.net"
|
homepage="http://spacenav.sourceforge.net"
|
||||||
changelog="https://github.com/FreeSpacenav/spacenavd/releases"
|
changelog="https://github.com/FreeSpacenav/spacenavd/releases"
|
||||||
distfiles="https://github.com/FreeSpacenav/spacenavd/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/FreeSpacenav/spacenavd/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum="4b4096908f842f697a6410a5a873ff4927bd24bd041b6d60b111e90da1178840"
|
checksum="0ab698fb309a7df9c68f37a6e3d80dd6bbe4cb1038a56846b63342c2535bb551"
|
||||||
conf_files="/etc/spnavrc"
|
conf_files="/etc/spnavrc"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue