summaryrefslogtreecommitdiff
path: root/dev-haskell/unix-compat/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/unix-compat/files
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/unix-compat/files')
-rw-r--r--dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch b/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch
new file mode 100644
index 000000000000..1a07b6883ad2
--- /dev/null
+++ b/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch
@@ -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)