xorriso: remove unnecessary iconv dependency (#2368)
[termux-packages] / disabled-packages / ghc / configure.patch
1 diff -u -r ../ghc-8.0.1/configure ./configure
2 --- ../ghc-8.0.1/configure 2016-05-17 12:36:51.000000000 -0400
3 +++ ./configure 2016-06-23 16:46:28.690875698 -0400
4 @@ -7126,7 +7126,7 @@
5 # tools we are looking for. In the past, GHC supported a number of
6 # versions of LLVM simultaneously, but that stopped working around
7 # 3.5/3.6 release of LLVM.
8 -LlvmVersion=3.7
9 +LlvmVersion=3.9
10
11 sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/')
12