svn commit: r323690 - head/sysutils/isomaster

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 06:24:13 UTC 2013


Author: bapt
Date: Fri Jul 26 06:24:12 2013
New Revision: 323690
URL: http://svnweb.freebsd.org/changeset/ports/323690

Log:
  Fix build with linker that does not copy the dt_need from libraries it links
  with like recent binutils.
  
  Obtained from:	DPorts

Modified:
  head/sysutils/isomaster/Makefile

Modified: head/sysutils/isomaster/Makefile
==============================================================================
--- head/sysutils/isomaster/Makefile	Fri Jul 26 06:22:47 2013	(r323689)
+++ head/sysutils/isomaster/Makefile	Fri Jul 26 06:24:12 2013	(r323690)
@@ -22,7 +22,7 @@ MAKE_ENV=	DEFAULT_VIEWER="xdg-open" USE_
 MAKE_JOBS_SAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include -Diniparser_setstr=iniparser_set
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 
 PLIST_SUB=	DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}"
 


More information about the svn-ports-all mailing list