ports/178358: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon May 6 06:30:01 UTC 2013


The following reply was made to PR ports/178358; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list