Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2007 21:12:08 +0300
From:      Kostik Belousov <kostikbel@gmail.com>
To:        gnome@FreeBSD.org
Subject:   x11-toolkits/gtk20 build with cups
Message-ID:  <20071001181208.GA87366@deviant.kiev.zoral.com.ua>

next in thread | raw e-mail | index | archive | help

--BYl/BInBdgsQr4gH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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.82774=
7072 +0300
+++ modules/printbackends/cups/gtkcupsutils.c	2007-10-01 21:11:19.046648816=
 +0300
@@ -964,9 +964,7 @@
     }
=20
   httpClearFields(request->http);
-#ifdef HAVE_HTTP_AUTHSTRING
-  httpSetField(request->http, HTTP_FIELD_AUTHORIZATION, request->http->aut=
hstring);
-#endif
+  httpSetField(request->http, HTTP_FIELD_AUTHORIZATION,  httpGetAuthString=
 (request->http));
=20
   if (httpGet(request->http, request->resource))
     {

Am I missed something ?

--BYl/BInBdgsQr4gH
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHATh4C3+MBN1Mb4gRAo6UAJwOHQqRqXaNtyi7eVQqb+RQsykp8gCg2KBt
TTVKfSNhSNgVgDB3jJjmPBQ=
=kvZ0
-----END PGP SIGNATURE-----

--BYl/BInBdgsQr4gH--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071001181208.GA87366>