Bug 48304 - unixODBC patch to fix GUI build
Summary: unixODBC patch to fix GUI build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-15 12:20 UTC by Michael W. Collette
Modified: 2003-02-15 22:15 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (601 bytes, patch)
2003-02-15 12:20 UTC, Michael W. Collette
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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