Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2000 21:56:57 -0500 (EST)
From:      Simon Karpen <karpes@rpi.edu>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/16541: [FIX INCLUDED] ports/print/klyx fails to compile on -CURRENT
Message-ID:  <Pine.A41.3.96.1000206215507.167764A-100000@vcmr-19.rcs.rpi.edu>
In-Reply-To: <200002070250.SAA87171@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Here is a slight correction to the patch. Just put this in
ports/print/klyx/patches as patch-aa and the port compiles and runs
with no problems (other than the expected ones with version 0.10 software)

--- src/SendFaxDialog.h~        Sun Mar 15 02:11:19 1998
+++ src/SendFaxDialog.h Sun Feb  6 21:33:15 2000
@@ -23,11 +23,11 @@
   SendFaxDialog ( LyXView* view, QWidget * parent=0, const char * name=0, 
                                         WFlags f=0 );
 
-  setFilename( QString _filename ) { filename = _filename; }
-  setSendCmd( QString _sendcmd ) { sendcmd = _sendcmd; }
-  setPhone( QString _phone ) { faxnoED->setText( _phone ); }
-  setName( QString _name ) { destnameED->setText( _name ); }
-  setCompany( QString _name ) { companyED->setText( _name ); }
+  void setFilename( QString _filename ) { filename = _filename; }
+  void setSendCmd( QString _sendcmd ) { sendcmd = _sendcmd; }
+  void setPhone( QString _phone ) { faxnoED->setText( _phone ); }
+  void setName( QString _name ) { destnameED->setText( _name ); }
+  void setCompany( QString _name ) { companyED->setText( _name ); }
 
 private slots:
   void okClicked();


-- 
Simon Karpen	karpes@rpi.edu		slk@acm.rpi.edu
#include <std_disclaimer.h>	I don't speak for RPI in any way.
God made the Idiot for practice, and then He made the School Board
                -- Mark Twain



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.A41.3.96.1000206215507.167764A-100000>