ports/171302: net/ekiga3 won't build with KDE4

Callum Gibson callumgibson at optusnet.com.au
Tue Sep 4 01:20:09 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list