Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354865
Collapse All | Expand All

(-)freepops-0.2.9/modules/src/luacurl/lua-curl-0.3.0.diff (+9 lines)
Lines 177-179 Link Here
177
 
177
 
178
 # Constants genereated starting from the cURL headers:
178
 # Constants genereated starting from the cURL headers:
179
 
179
 
180
@@ -120,7 +45,7 @@
181
 
182
 curl_authopt.h:$(HEADER)
183
 	$(H)cat $(HEADER) | grep "CURLAUTH_" | \
184
-		sed "s/#define *CURL/{\"/" | sed "s/ *\/\*.*\*\///" | \
185
+		sed "s/#define *CURL/{\"/" | sed "s/ *\/\*.*(\*\/|$)//" | \
186
 		sed "s/ /\",/" | sed "s/$$/},/" > curl_authopt.h
187
 
188
 curl_ftpauthopt.h:$(HEADER)

Return to bug 354865