diff options
Diffstat (limited to 'devel/hs-git-annex/files/patch-git-annex.cabal')
-rw-r--r-- | devel/hs-git-annex/files/patch-git-annex.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-git-annex/files/patch-git-annex.cabal b/devel/hs-git-annex/files/patch-git-annex.cabal new file mode 100644 index 000000000000..f19e74277f85 --- /dev/null +++ b/devel/hs-git-annex/files/patch-git-annex.cabal @@ -0,0 +1,11 @@ +--- ./git-annex.cabal.orig 2013-03-14 22:09:41.000000000 +0100 ++++ ./git-annex.cabal 2013-03-22 03:43:51.000000000 +0100 +@@ -112,7 +112,7 @@ + if (! os(windows) && ! os(solaris) && ! os(linux)) + CPP-Options: -DWITH_KQUEUE + C-Sources: Utility/libkqueue.c +- Includes: sys/event.h ++ Includes: sys/types.h sys/event.h + + if os(linux) && flag(Dbus) + Build-Depends: dbus (>= 0.10.3) |