Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 06:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/171302: commit references a PR
Message-ID:  <201212290600.qBT601If076522@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <callumgibson@optusnet.com.au>
 
 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 <bsd.port.pre.mk>
  
  .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"
 



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