Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2013 21:20:22 +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: r323670 - head/multimedia/gnome-mplayer
Message-ID:  <201307252120.r6PLKMOb009758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jul 25 21:20:22 2013
New Revision: 323670
URL: http://svnweb.freebsd.org/changeset/ports/323670

Log:
  Fix build with linker that does not copy the dt_need from libraries it links
  with like recent binutils. [1]
  While here:
  - Remove useless MACROS
  - Convert from USE_GMAKE to USES=gmake
  
  Obtained from:	DPorts [1]

Modified:
  head/multimedia/gnome-mplayer/Makefile

Modified: head/multimedia/gnome-mplayer/Makefile
==============================================================================
--- head/multimedia/gnome-mplayer/Makefile	Thu Jul 25 21:13:59 2013	(r323669)
+++ head/multimedia/gnome-mplayer/Makefile	Thu Jul 25 21:20:22 2013	(r323670)
@@ -22,10 +22,8 @@ GIO_DESC=	Use GIO for file I/O
 GPOD_DESC=	Add support for libgpod
 NAUPLUG_DESC=	Enable Nautilus plugin
 
-MAKE_JOBS_SAFE=	yes
-
+USES=		gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_XORG=	x11 xscrnsaver
 INSTALLS_ICONS=	yes
@@ -88,6 +86,7 @@ CONFIGURE_ARGS+=	--enable-nautilus=no
 USES+=		gettext
 CONFIGURE_ARGS+=	--enable-nls
 PLIST_SUB+=	NLS=""
+LDFLAGS+=	-lintl
 .else
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment "



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