Bug 90788

Summary: net-im/licq-qt-gui does not build with KDE
Product: Ports & Packages Reporter: Yuri Khotyaintsev <yuri>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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.