Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 06:30:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/178358: commit references a PR
Message-ID:  <201305060630.r466U07D069620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jakub_lach@mailplus.pl>
 
 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"
 



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