ports/90788: net-im/licq-qt-gui does not build with KDE

Yuri Khotyaintsev yuri at irfu.se
Thu Dec 22 08:30:08 UTC 2005


>Number:         90788
>Category:       ports
>Synopsis:       net-im/licq-qt-gui does not build with KDE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 22 08:30:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Khotyaintsev
>Release:        6.0-STABLE
>Organization:
Swedish Institute of Space Physics
>Environment:
FreeBSD xxx.irfu.se 6.0-STABLE FreeBSD 6.0-STABLE #1: Mon Dec 19 09:54:54 CET 2005     root at xxx.irfu.se:/usr/obj/usr/src/sys/ICE  i386
>Description:
plugins/qt-gui/configure fails to find dcopidl which later results in a build error.
>How-To-Repeat:
cd ports/net-im/licq-qt-gui;make        
>Fix:
this trivial change to configure fixed the problem for me:

*** 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 ****


!   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
      
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list