mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/unix-compat: added missing patch
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
diff --git a/cbits/HsUnixCompat.c b/cbits/HsUnixCompat.c
|
||||
index 1f7f189..5de35f5 100644
|
||||
--- a/cbits/HsUnixCompat.c
|
||||
+++ b/cbits/HsUnixCompat.c
|
||||
@@ -6,2 +6,4 @@
|
||||
|
||||
+#include <sys/sysmacros.h> /* TODO: glibc()-specific macro */
|
||||
+
|
||||
unsigned int unix_major(dev_t dev)
|
||||
Reference in New Issue
Block a user