summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-21 01:44:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-21 01:44:57 -0400
commit8ae07b2ef8e27fa4e200c29dc0b372080b2f9d2c (patch)
treeab39a4589c4179fc69180ca9b110ee3c9254a6c4
parent4ca764d307da4968dc5c10aca6c555e28b3c08c5 (diff)
don't try to build assistant on hurd
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 5ac4d0f0b..c9e9fa753 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -107,7 +107,7 @@ Executable git-annex
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
CPP-Options: -DWITH_WEBDAV
- if flag(Assistant) && ! os(windows) && ! os(solaris)
+ if flag(Assistant) && ! os(windows) && ! os(solaris) && ! os(hurd)
Build-Depends: async, stm (>= 2.3)
CPP-Options: -DWITH_ASSISTANT
@@ -126,7 +126,7 @@ Executable git-annex
Build-Depends: hfsevents
CPP-Options: -DWITH_FSEVENTS
else
- if (! os(windows) && ! os(solaris) && ! os(linux))
+ if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(hurd))
CPP-Options: -DWITH_KQUEUE
C-Sources: Utility/libkqueue.c