x11-toolkits/gtk20 build with cups

Kostik Belousov kostikbel at gmail.com
Mon Oct 1 11:12:12 PDT 2007


It seems that rev. 1.2 of patch-modules_printbackends_cups_gtkcupsutils.c
is not enough for the successfull build. At least, the following chunk was
needed

--- modules/printbackends/cups/gtkcupsutils.c.bak	2007-10-01 21:10:53.827747072 +0300
+++ modules/printbackends/cups/gtkcupsutils.c	2007-10-01 21:11:19.046648816 +0300
@@ -964,9 +964,7 @@
     }
 
   httpClearFields(request->http);
-#ifdef HAVE_HTTP_AUTHSTRING
-  httpSetField(request->http, HTTP_FIELD_AUTHORIZATION, request->http->authstring);
-#endif
+  httpSetField(request->http, HTTP_FIELD_AUTHORIZATION,  httpGetAuthString (request->http));
 
   if (httpGet(request->http, request->resource))
     {

Am I missed something ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20071001/0be46c1c/attachment.pgp


More information about the freebsd-gnome mailing list