Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unix-compat/files/
Date: Thu, 16 Feb 2017 10:23:01
Message-Id: 1487240518.1943f45fd0b62de0bb2e2d1065f70c3860e55691.slyfox@gentoo
1 commit: 1943f45fd0b62de0bb2e2d1065f70c3860e55691
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 16 08:57:38 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 10:21:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1943f45f
7
8 dev-haskell/unix-compat: added missing patch
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch | 9 +++++++++
13 1 file changed, 9 insertions(+)
14
15 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
16 new file mode 100644
17 index 0000000000..1a07b6883a
18 --- /dev/null
19 +++ b/dev-haskell/unix-compat/files/unix-compat-0.4.2.0-majmin.patch
20 @@ -0,0 +1,9 @@
21 +diff --git a/cbits/HsUnixCompat.c b/cbits/HsUnixCompat.c
22 +index 1f7f189..5de35f5 100644
23 +--- a/cbits/HsUnixCompat.c
24 ++++ b/cbits/HsUnixCompat.c
25 +@@ -6,2 +6,4 @@
26 +
27 ++#include <sys/sysmacros.h> /* TODO: glibc()-specific macro */
28 ++
29 + unsigned int unix_major(dev_t dev)