From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 29 06:00:01 2012 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 654CE93E for ; Sat, 29 Dec 2012 06:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4AEDE8FC15 for ; Sat, 29 Dec 2012 06:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBT60178076523 for ; Sat, 29 Dec 2012 06:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBT601If076522; Sat, 29 Dec 2012 06:00:01 GMT (envelope-from gnats) Date: Sat, 29 Dec 2012 06:00:01 GMT Message-Id: <201212290600.qBT601If076522@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/171302: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 06:00:01 -0000 The following reply was made to PR ports/171302; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171302: commit references a PR Date: Sat, 29 Dec 2012 05:50:41 +0000 (UTC) Author: mezz Date: Sat Dec 29 05:50:33 2012 New Revision: 309609 URL: http://svnweb.freebsd.org/changeset/ports/309609 Log: Fix the build with KDE4. PR: ports/171302 Submitted by: Callum Gibson Modified: head/net/ekiga3/Makefile (contents, props changed) Modified: head/net/ekiga3/Makefile ============================================================================== --- head/net/ekiga3/Makefile Sat Dec 29 05:45:32 2012 (r309608) +++ head/net/ekiga3/Makefile Sat Dec 29 05:50:33 2012 (r309609) @@ -65,7 +65,8 @@ CONFIGURE_ARGS+= --disable-kde .include .if defined(WITH_KDE4) -CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} -I${LOCALBASE}/include" +CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} -I${LOCALBASE}/include" \ + KDE_LIBS="-L${KDE4_PREFIX}/lib" K4_INC= ${KDE4_PREFIX:C/\//\\\//g} .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"