Bug 178358 - [patch] devel/desktop-file-utils fix for newer gcc/binutils
Summary: [patch] devel/desktop-file-utils fix for newer gcc/binutils
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 00:00 UTC by jakub_lach
Modified: 2013-05-06 07:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakub_lach 2013-05-06 00:00:00 UTC
devel/desktop-file-utils need similar fix to ports/170191 (adding -lintl)

Fix: 

Same fix as in ports/170191
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-06 00:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-06 07:29:04 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"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2013-05-06 07:29:25 UTC
State Changed
From-To: open->closed

Fix commited, thanks!