Fix build with latest curl.
This commit is contained in:
parent
a7675fb6d2
commit
48559e4600
2 changed files with 8 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.6 2011/10/09 09:09:29 dholland Exp $
|
||||
$NetBSD: distinfo,v 1.7 2012/06/09 07:35:12 dholland Exp $
|
||||
|
||||
SHA1 (freepops-0.2.8.tar.gz) = 5bbf5ed41916c2fee04938abb0c440d98b325710
|
||||
RMD160 (freepops-0.2.8.tar.gz) = e209a2b2f289e5b431c1d5ab3aaf5d5b09a87135
|
||||
|
@ -10,4 +10,4 @@ SHA1 (patch-ad) = 90a2313b2e9a3a2321778df515c076e603955502
|
|||
SHA1 (patch-ae) = 389693569e978395f2d1e286003ad7d20ce59a14
|
||||
SHA1 (patch-af) = b0a084f1db0f39a4f29cd071765b7d4e6bf21198
|
||||
SHA1 (patch-ag) = 9c7f944d0f2f5a5303e692844b729e933655f9f4
|
||||
SHA1 (patch-modules_src_luacurl_lua-curl-0_3_0_diff) = 906eba58da017b3adc69640a7c2df0bdeaa1314a
|
||||
SHA1 (patch-modules_src_luacurl_lua-curl-0_3_0_diff) = bbd7c92b25d262f414662b509acbbe8f3f468ffc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-modules_src_luacurl_lua-curl-0_3_0_diff,v 1.1 2011/10/09 09:09:29 dholland Exp $
|
||||
$NetBSD: patch-modules_src_luacurl_lua-curl-0_3_0_diff,v 1.2 2012/06/09 07:35:12 dholland Exp $
|
||||
|
||||
Patch the included patch that patches the included lua-curl to fix
|
||||
unintended references to /usr/include, and to not choke on certain
|
||||
|
@ -10,13 +10,16 @@ be miffed in a jiff, and you might even get biffed in a tiff.
|
|||
|
||||
--- modules/src/luacurl/lua-curl-0.3.0.diff.orig 2008-10-25 15:46:06.000000000 +0000
|
||||
+++ modules/src/luacurl/lua-curl-0.3.0.diff
|
||||
@@ -177,3 +177,24 @@ diff -ruN lua-curl-0.3.0-orig/Makefile l
|
||||
@@ -177,3 +177,27 @@ diff -ruN lua-curl-0.3.0-orig/Makefile l
|
||||
|
||||
# Constants genereated starting from the cURL headers:
|
||||
|
||||
+@@ -121,17 +46,18 @@
|
||||
+ > curl_netrcopt.h
|
||||
+
|
||||
+ curl_authopt.h:$(HEADER)
|
||||
+ $(H)cat $(HEADER) | grep "CURLAUTH_" | \
|
||||
+- $(H)cat $(HEADER) | grep "CURLAUTH_" | \
|
||||
++ $(H)cat $(HEADER) | grep "CURLAUTH_" | grep -v "^ \* " | \
|
||||
+ sed "s/#define *CURL/{\"/" | sed "s/ *\/\*.*\*\///" | \
|
||||
++ sed "s/ *\/\*.*$$//" |\
|
||||
+ sed "s/ /\",/" | sed "s/$$/},/" > curl_authopt.h
|
||||
|
|
Loading…
Reference in a new issue