From owner-freebsd-gnome@FreeBSD.ORG Mon May 6 06:30:01 2013 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 62636187 for ; Mon, 6 May 2013 06:30: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 376992DE for ; Mon, 6 May 2013 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r466U1oj069621 for ; Mon, 6 May 2013 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r466U07D069620; Mon, 6 May 2013 06:30:00 GMT (envelope-from gnats) Date: Mon, 6 May 2013 06:30:00 GMT Message-Id: <201305060630.r466U07D069620@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178358: 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: Mon, 06 May 2013 06:30:01 -0000 The following reply was made to PR ports/178358; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178358: commit references a PR Date: Mon, 6 May 2013 06:29:04 +0000 (UTC) Author: kwm Date: Mon May 6 06:28:57 2013 New Revision: 317467 URL: http://svnweb.freebsd.org/changeset/ports/317467 Log: Fix the build with newer gcc from ports. PR: ports/178358 Submitted by: Jakub Lach Modified: head/devel/desktop-file-utils/Makefile Modified: head/devel/desktop-file-utils/Makefile ============================================================================== --- head/devel/desktop-file-utils/Makefile Mon May 6 06:27:42 2013 (r317466) +++ head/devel/desktop-file-utils/Makefile Mon May 6 06:28:57 2013 (r317467) @@ -16,7 +16,7 @@ USE_XZ= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lispdir -CONFIGURE_ENV= EMACS="no" +CONFIGURE_ENV= EMACS="no" LIBS="-lintl" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib _______________________________________________ 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"