From: Sergei Trofimovich Date: Thu, 16 Feb 2017 08:57:38 +0000 (+0000) Subject: dev-haskell/unix-compat: added missing patch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1943f45fd0b62de0bb2e2d1065f70c3860e55691;p=gentoo.git dev-haskell/unix-compat: added missing patch Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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 /* TODO: glibc()-specific macro */ ++ + unsigned int unix_major(dev_t dev)