Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 06:10:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323686 - head/net/gnome-mud
Message-ID:  <201307260610.r6Q6A7or003998@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 06:10:07 2013
New Revision: 323686
URL: http://svnweb.freebsd.org/changeset/ports/323686

Log:
  Fix build with linker that does not copy the dt_need from libraries it links
  with like recent binutils.
  While here: convert to USES=gmake

Modified:
  head/net/gnome-mud/Makefile

Modified: head/net/gnome-mud/Makefile
==============================================================================
--- head/net/gnome-mud/Makefile	Fri Jul 26 06:07:28 2013	(r323685)
+++ head/net/gnome-mud/Makefile	Fri Jul 26 06:10:07 2013	(r323686)
@@ -14,13 +14,12 @@ LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pc
 		gnet-2.0.0:${PORTSDIR}/net/gnet2
 
 USE_BZIP2=	yes
-USES=        pathfix gettext
+USES=		pathfix gettext gmake
 USE_GNOME=	gconf2 gnomeprefix intlhack libglade2 vte
 USE_GSTREAMER=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 INSTALLS_ICONS=	yes
 
 MAN6=		gnome-mud.6



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