summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-git-annex/files/patch-git-annex.cabal')
-rw-r--r--devel/hs-git-annex/files/patch-git-annex.cabal11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/hs-git-annex/files/patch-git-annex.cabal b/devel/hs-git-annex/files/patch-git-annex.cabal
deleted file mode 100644
index f19e74277f85..000000000000
--- a/devel/hs-git-annex/files/patch-git-annex.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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)