1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/lang/ghc/files/nopatch-.._ghc-7.6.3-boot_rts_package.conf.in
Gabor Pali 94171e85d8 - Fix build on recent head where iconv(1) is in base by rolling new
7.6.3-based bootstrap compilers without any external dependencies [1]
- Update bootstrap hscolour to 1.20.3, so both 7.4 and 7.6 bootstraps can
  work with it
- Remove the line for the 7.x bootstrap as no such one exists any more

Thanks to:	cognet [1]
Obtained from:	FreeBSD Haskell
2013-09-12 22:02:32 +00:00

12 lines
486 B
Plaintext

--- ../ghc-7.6.3-boot/rts/package.conf.in.orig 2013-04-18 22:22:47.000000000 +0100
+++ ../ghc-7.6.3-boot/rts/package.conf.in 2013-09-06 23:01:22.000000000 +0100
@@ -141,6 +141,8 @@
, "-u", "base_GHCziConcziSignal_runHandlers_closure"
#endif
+ , "-L%%LOCALBASE%%/lib"
+
/* Pick up static libraries in preference over dynamic if in earlier search
* path. This is important to use the static gmp in preference on Mac OS.
* The used option is specific to the Darwin linker.