diff options
Diffstat (limited to 'devel/hs-ncurses/files/patch-ncurses.cabal')
-rw-r--r-- | devel/hs-ncurses/files/patch-ncurses.cabal | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hs-ncurses/files/patch-ncurses.cabal b/devel/hs-ncurses/files/patch-ncurses.cabal new file mode 100644 index 000000000000..da68ccbe2a42 --- /dev/null +++ b/devel/hs-ncurses/files/patch-ncurses.cabal @@ -0,0 +1,10 @@ +--- ncurses.cabal.orig 2017-02-13 14:30:05 UTC ++++ ncurses.cabal +@@ -103,6 +103,7 @@ library + -- platforms where the linker doesn't automatically follow dependencies. + if os(darwin) || os(freebsd) || flag(force-narrow-library) + cc-options: -DHSNCURSES_NARROW_HEADER ++ cpp-options: -std=c99 + if os(darwin) || flag(force-narrow-library) + extra-libraries: panel ncurses pthread + else |