diff options
Diffstat (limited to 'www/p5-WWW-Curl')
-rw-r--r-- | www/p5-WWW-Curl/files/patch-Makefile.PL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-WWW-Curl/files/patch-Makefile.PL b/www/p5-WWW-Curl/files/patch-Makefile.PL new file mode 100644 index 000000000000..5880cd5c45c0 --- /dev/null +++ b/www/p5-WWW-Curl/files/patch-Makefile.PL @@ -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(<H>) { + if (/^#define (CURL[A-Za-z0-9_]*)/) { ++ next if $1 eq 'CURL_DID_MEMORY_FUNC_TYPEDEFS'; + push @syms, $1; + } + } |