Bug 90788 - net-im/licq-qt-gui does not build with KDE
Summary: net-im/licq-qt-gui does not build with KDE
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 08:30 UTC by Yuri Khotyaintsev
Modified: 2005-12-24 09:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Khotyaintsev 2005-12-22 08:30:05 UTC
plugins/qt-gui/configure fails to find dcopidl which later results in a build error.

Fix: this trivial change to configure fixed the problem for me:



!   if test "$have_kde" == "yes"; then
      # Extract the first word of "dcopidl", so it can be a program name with args.
  set dummy dcopidl; ac_word=$2
--- 18060,18064 ----


!   if test "X$have_kde" = "Xyes"; then
      # Extract the first word of "dcopidl", so it can be a program name with args.
  set dummy dcopidl; ac_word=$2--Uixy1feRXbRm4O0bOjVYotRHjReonsjV8wNF4PBGomQEMpZG
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** licq-1.3.2/plugins/qt-gui/configure.orig    Thu Dec 22 09:05:13 2005
--- licq-1.3.2/plugins/qt-gui/configure Thu Dec 22 09:11:23 2005
***************
*** 18060,18064 ****
How-To-Repeat: cd ports/net-im/licq-qt-gui;make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-22 08:33:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2005-12-24 09:38:37 UTC
State Changed
From-To: open->closed

committed, thanks.