Index: head/www/p5-WWW-Curl/files/patch-Makefile.PL =================================================================== --- head/www/p5-WWW-Curl/files/patch-Makefile.PL (nonexistent) +++ head/www/p5-WWW-Curl/files/patch-Makefile.PL (revision 416456) @@ -0,0 +1,10 @@ +--- Makefile.PL.orig 2014-02-21 16:08:09 UTC ++++ Makefile.PL +@@ -121,6 +121,7 @@ if (!defined($curl_h)) { + open (H, "<", $curl_h) or die ("Cannot open $curl_h: ".$!); + while() { + if (/^#define (CURL[A-Za-z0-9_]*)/) { ++ next if $1 eq 'CURL_DID_MEMORY_FUNC_TYPEDEFS'; + push @syms, $1; + } + } Property changes on: head/www/p5-WWW-Curl/files/patch-Makefile.PL ___________________________________________________________________ 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