diff options
Diffstat (limited to 'devel/hs-hinotify/files/patch-hinotify.cabal')
-rw-r--r-- | devel/hs-hinotify/files/patch-hinotify.cabal | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/hs-hinotify/files/patch-hinotify.cabal b/devel/hs-hinotify/files/patch-hinotify.cabal new file mode 100644 index 000000000000..b2a293f1068a --- /dev/null +++ b/devel/hs-hinotify/files/patch-hinotify.cabal @@ -0,0 +1,12 @@ +--- hinotify.cabal.orig 2015-08-08 07:35:44 UTC ++++ hinotify.cabal +@@ -32,6 +32,9 @@ library + includes: sys/inotify.h + hs-source-dirs: src + ++ if os(freebsd) ++ extra-libraries: inotify ++ + test-suite test001 + type: exitcode-stdio-1.0 + build-depends: base, directory, hinotify |