Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2012 01:16:42 GMT
From:      Callum Gibson <callumgibson@optusnet.com.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171302: net/ekiga3 won't build with KDE4
Message-ID:  <201209040116.q841GgLg006883@red.freebsd.org>
Resent-Message-ID: <201209040120.q841K8r3067171@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171302
>Category:       ports
>Synopsis:       net/ekiga3 won't build with KDE4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 01:20:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Callum Gibson
>Release:        9-stable
>Organization:
>Environment:
FreeBSD merton 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #1: Tue Aug 28 12:58:59 EST 2012     root@merton:/usr/obj/usr/src/sys/MERTON  amd64

>Description:
Building of net/ekiga3 fails when built with KDE4 (admittedly experimental) because it can't find the libraries.

The port Makefile includes a special addition to configure for include, but not for libs. Adding this corrects the issue.
>How-To-Repeat:
Try to build net/ekiga3 and note breakage (can't find -lkdeui).
>Fix:
Add the line:
CONFIGURE_ENV+=         KDE_LIBS="-L${KDE4_PREFIX}/lib"
under the similar line which sets KDE_CFLAGS.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209040116.q841GgLg006883>