Date: Thu, 22 Dec 2005 08:29:34 GMT From: Yuri Khotyaintsev <yuri@irfu.se> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/90788: net-im/licq-qt-gui does not build with KDE Message-ID: <200512220829.jBM8TYnm010390@www.freebsd.org> Resent-Message-ID: <200512220830.jBM8U6bS062917@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512220829.jBM8TYnm010390>