xorriso: remove unnecessary iconv dependency (#2368)
[termux-packages] / disabled-packages / ghc / configure.patch
CommitLineData
b0eddded
FF
1diff -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
9211b553 9+LlvmVersion=3.9
b0eddded
FF
10
11 sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/')
12