Bug 48304

Summary: unixODBC patch to fix GUI build
Product: Ports & Packages Reporter: Michael W. Collette <metrol>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: kde-freebsd
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael W. Collette 2003-02-15 12:20:07 UTC
Due to a bug in Qt-3.1's support for legacy calls to qmlined.h unixODBC
will not build when specifying "WITH_GUI=yes".  A seperate PR has been
filed against the Qt error, but unixODBC shouldn't be including qmlined.h
in the first place.  It should be including qtextedit.h instead per the
following article.

http://doc.trolltech.com/3.1/porting.html#15

Following this submission I will attempt to contact the unixODBC project
and inform them of this patch so that it may be corrected properly.

The following patch allows unixODBC to build properly with GUI support,
with or without correction to the Qt-3.1 port.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-02-15 22:15:16 UTC
State Changed
From-To: open->closed

committed, thanks