Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / haskell-modules / patches / opencv-fix-116.patch
blobbf89d8daf9fcf3c1c08ef6d1ba49b8c79907529c
1 diff -ur opencv-0.0.2.1.bak/Setup.hs opencv-0.0.2.1/Setup.hs
2 --- opencv-0.0.2.1.bak/Setup.hs 2018-11-10 17:18:41.355731189 +0100
3 +++ opencv-0.0.2.1/Setup.hs 2018-11-10 17:18:56.901681162 +0100
4 @@ -3,6 +3,6 @@
6 main = do
7 args <- getArgs
8 - let args' | "configure" `elem` args = args ++ ["--with-gcc","c++", "--with-ld","c++"]
9 + let args' | "configure" `elem` args = args ++ ["--with-gcc","c++"]
10 | otherwise = args
11 defaultMainArgs args'