Index: head/lang/ghc/files/patch-utils_iserv_ghc.mk =================================================================== --- head/lang/ghc/files/patch-utils_iserv_ghc.mk (nonexistent) +++ head/lang/ghc/files/patch-utils_iserv_ghc.mk (revision 545120) @@ -0,0 +1,11 @@ +--- utils/iserv/ghc.mk.orig 2019-11-23 20:27:35 UTC ++++ utils/iserv/ghc.mk +@@ -31,7 +31,7 @@ endif + # of overhead to startup and increases the binary sizes) but if you + # need it there's no alternative. + ifeq "$(TargetElf)" "YES" +-ifneq "$(TargetOS_CPP)" "solaris2" ++ifeq "$(findstring $(TargetOS_CPP), solaris2 freebsd)" "" + # The Solaris linker does not support --export-dynamic option. It also + # does not need it since it exports all dynamic symbols by default + utils/iserv_stage2_MORE_HC_OPTS += -optl-Wl,--export-dynamic Property changes on: head/lang/ghc/files/patch-utils_iserv_ghc.mk ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property