diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
commit | fff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /textproc/hs-double-conversion/files/extra-patch-double-conversion.cabal | |
parent | Rename net/bird-devel to net/bird2 (diff) |
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
Notes
Notes:
svn path=/head/; revision=470870
Diffstat (limited to 'textproc/hs-double-conversion/files/extra-patch-double-conversion.cabal')
-rw-r--r-- | textproc/hs-double-conversion/files/extra-patch-double-conversion.cabal | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/hs-double-conversion/files/extra-patch-double-conversion.cabal b/textproc/hs-double-conversion/files/extra-patch-double-conversion.cabal deleted file mode 100644 index f194f16d456b..000000000000 --- a/textproc/hs-double-conversion/files/extra-patch-double-conversion.cabal +++ /dev/null @@ -1,12 +0,0 @@ ---- double-conversion.cabal.orig 2014-08-13 18:38:48 UTC -+++ double-conversion.cabal -@@ -71,7 +71,8 @@ library - double-conversion/src/fixed-dtoa.cc - double-conversion/src/strtod.cc - -- extra-libraries: stdc++ -+ cc-options: -std=c++11 -stdlib=libc++ -+ extra-libraries: cxxrt gcc_s - - include-dirs: - double-conversion/src |