summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-git-annex.cabal
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2019-05-09 14:39:30 +0000
committerGleb Popov <arrowd@FreeBSD.org>2019-05-09 14:39:30 +0000
commit6dc2e22e2d89226195d89002a02b431dee6e0e67 (patch)
tree9a88fb63bb22aa2eb4215ec6bb8c45c1aaa2ce61 /devel/hs-git-annex/files/patch-git-annex.cabal
parentPrepare for the pending removal of ispec from GENERIC, making sure (diff)
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19730
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)