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.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/hs-git-annex/files/patch-git-annex.cabal b/devel/hs-git-annex/files/patch-git-annex.cabal
index 55604acd49d5..bed7d85d49d3 100644
--- a/devel/hs-git-annex/files/patch-git-annex.cabal
+++ b/devel/hs-git-annex/files/patch-git-annex.cabal
@@ -1,10 +1,10 @@
---- git-annex.cabal.orig 2017-06-12 17:56:05 UTC
+--- git-annex.cabal.orig 2019-01-29 19:25:02 UTC
+++ git-annex.cabal
-@@ -446,7 +446,6 @@ Executable git-annex
- if flag(Webapp)
- Build-Depends:
- yesod (>= 1.2.6),
-- yesod-default (>= 1.2.0),
- yesod-static (>= 1.2.4),
- yesod-form (>= 1.3.15),
- yesod-core (>= 1.2.19),
+@@ -507,7 +507,6 @@ Executable git-annex
+ if (! os(solaris) && ! os(gnu) && ! os(linux))
+ CPP-Options: -DWITH_KQUEUE
+ C-Sources: Utility/libkqueue.c
+- Includes: Utility/libkqueue.h
+ Other-Modules: Utility.DirWatcher.Kqueue
+
+ if flag(Dbus)