]> git.pld-linux.org Git - packages/lynx.git/blame - lynx-dev.19.patch
- added missing BuildRequires: openssl-devel >= 0.9.6a
[packages/lynx.git] / lynx-dev.19.patch
CommitLineData
1ba88a52
AF
1From wiget@usa.net Thu Mar 4 22:01:41 1999
2Return-Path: <wiget@usa.net>
3Received: from ikar.t17.ds.pwr.wroc.pl (ikar.t17.ds.pwr.wroc.pl [::ffff:156.17.210.253])
4 by wiget.t17.ds.pwr.wroc.pl (8.9.3/8.9.3) with ESMTP id WAA02847
5 for <wiget@wiget.t17.ml.org>; Thu, 4 Mar 1999 22:01:37 +0100
6Received: from mx04.netaddress.usa.net (mx04.netaddress.usa.net [204.68.24.141])
7 by ikar.t17.ds.pwr.wroc.pl (8.8.7/8.8.8/nospam) with SMTP id VAA11615
8 for <wiget@ikar.t17.ds.pwr.wroc.pl>; Thu, 4 Mar 1999 21:58:22 +0100
9Received: (qmail 20733 invoked by uid 0); 4 Mar 1999 20:39:54 -0000
10Received: from roadrunner.sig.net [192.195.85.203] by mx04 via mtad (2.6)
11 with ESMTP id 813DcDun20006M04; Thu, 04 Mar 1999 20:39:53 GMT
12Received: (from majordom@localhost) by roadrunner.sig.net (8.9.0/8.8.6) id OAA26122; Thu, 4 Mar 1999 14:01:55 -0600 (CST)
13Message-ID: <19990304120101.39137@shell3.ba.best.com>
14Date: Thu, 4 Mar 1999 12:01:01 -0800
15From: Kim DeVaughn <kimdv@best.com>
16To: Lynx Developers <lynx-dev@sig.net>
17Subject: Re: lynx-dev undefined reference to `LIsListpageTitle'
18Mail-Followup-To: Lynx Developers <lynx-dev@sig.net>
19References: <19990304191726.A27299@wiget.t17.ds.pwr.wroc.pl> <19990304112426.31147@shell3.ba.best.com>
20Mime-Version: 1.0
21Content-Type: text/plain; charset=us-ascii
22X-Mailer: Mutt 0.88.14i
23In-Reply-To: <19990304112426.31147@shell3.ba.best.com>; from Kim DeVaughn on Thu, Mar 04, 1999 at 11:24:26AM -0800
24Organization: Kim's Home for Wayward Cocktail Waitresses & Hors d'oeuvre Girls
25Sender: owner-lynx-dev@sig.net
26Precedence: bulk
27Reply-To: lynx-dev@sig.net
28Status: RO
29Content-Length: 891
30Lines: 31
31
32On Thu, Mar 04, 1999, I said:
33|
34| Looks like a typo at LYMainLoop.c:3221. That should be LYIsListpageTitle,
35| I do believe.
36|
37| To wit:
38
39Sigh.
40
41I somehow nuked the diff header lines of the patchlet to fix that.
42
43Here it is again ... in a form that patch(1) will understand ...
44
45/kim
46
47
48Against 2.8.2dev.18:
49
50diff -uNr lynx-2.8.2-dev.18+kd.orig/src/LYMainLoop.c lynx-2.8.2-dev.18+kd/src/LYMainLoop.c
51--- lynx-2.8.2-dev.18+kd.orig/src/LYMainLoop.c Thu Mar 4 02:39:45 1999
52+++ lynx-2.8.2-dev.18+kd/src/LYMainLoop.c Thu Mar 4 11:33:49 1999
53@@ -3218,7 +3218,7 @@
54 * List Page is about. - kw
55 */
56 if ( 0==strcmp(curdoc.address, LYlist_temp_url()) &&
57- (LIsListpageTitle(curdoc.title ? curdoc.title : ""))) {
58+ (LYIsListpageTitle(curdoc.title ? curdoc.title : ""))) {
59 if (!curdoc.post_data ||
60 /*
61 * Normal case - List Page is not associated
62##--eof--##
63
This page took 0.026282 seconds and 4 git commands to generate.