summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-11-04 00:42:33 -0400
committerTim Harder <radhermit@gentoo.org>2017-11-06 02:45:57 -0500
commitb69b1eb73e94e14a939e03854b347d8858b5b5ab (patch)
tree2029d0cc0c240058ee35d7a081678a2ac0f5504b /dev-util/umockdev/files
parentdev-python/unidecode: stable 0.04.20 for sparc, bug #616976 (thanks to Rolf E... (diff)
downloadgentoo-b69b1eb73e94e14a939e03854b347d8858b5b5ab.tar.gz
gentoo-b69b1eb73e94e14a939e03854b347d8858b5b5ab.tar.bz2
gentoo-b69b1eb73e94e14a939e03854b347d8858b5b5ab.zip
dev-util/umockdev: version bump to 0.9.4
Diffstat (limited to 'dev-util/umockdev/files')
-rw-r--r--dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch b/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch
new file mode 100644
index 000000000000..bfc8bc9ed535
--- /dev/null
+++ b/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch
@@ -0,0 +1,20 @@
+--- umockdev-0.9.4/src/umockdev-record.c
++++ umockdev-0.9.4/src/umockdev-record.c
+@@ -30,6 +30,7 @@
+ #include <stdio.h>
+ #include <stdarg.h>
+ #include <sys/stat.h>
++#include <sys/sysmacros.h>
+ #include <errno.h>
+ #include <sys/types.h>
+ #include <glib/gstdio.h>
+--- umockdev-0.9.4/tests/test-umockdev-vala.c
++++ umockdev-0.9.4/tests/test-umockdev-vala.c
+@@ -36,6 +36,7 @@
+ #include <unistd.h>
+ #include <glib/gstdio.h>
+ #include <sys/stat.h>
++#include <sys/sysmacros.h>
+ #include <gobject/gvaluecollector.h>
+
+ #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL)))