darwin: WWWCurl: fix CURL_DID_MEMORY_FUNC_TYPEDEFS build error

Apply the patch from

  https://github.com/szbalint/WWW--Curl/issues/16#issuecomment-222556096
This commit is contained in:
Michael Stone 2016-08-05 18:49:09 -04:00 committed by Daiderd Jordan
parent 3c1b7efaa8
commit ea67c9ce1c

View file

@ -14116,6 +14116,7 @@ let self = _self // overrides; _self = with self; {
preConfigure =
''
substituteInPlace Makefile.PL --replace '"cpp"' '"gcc -E"'
substituteInPlace Makefile.PL --replace '_LASTENTRY\z' '_LASTENTRY\z|CURL_DID_MEMORY_FUNC_TYPEDEFS\z'
'';
doCheck = false; # performs network access
};