svn commit: r317467 - head/devel/desktop-file-utils

Koop Mast kwm at FreeBSD.org
Mon May 6 06:28:57 UTC 2013


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
 


More information about the svn-ports-all mailing list