Subject: CVS commit: pkgsrc/www/p5-WWW-Curl
From: Makoto Fujiwara
Date: 2016-06-21 15:23:32
Message id: 20160621132333.05473FBB5@cvs.NetBSD.org

Log Message:
- Add patches/patch-Makefile.PL to give adhoc work around with clang build,

./curlopt-constants.c:19:58: error: non-void function 'constant' should return a \ 
value [-Wreturn-type]
if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return \ 
CURL_DID_MEMORY_FUNC_TYPEDEFS;
                                                    ^

Files:
RevisionActionfile
1.1addpkgsrc/www/p5-WWW-Curl/patches/patch-Makefile.PL