Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 06:28:57 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317467 - head/devel/desktop-file-utils
Message-ID:  <201305060628.r466Svo5052590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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