svn commit: r323670 - head/multimedia/gnome-mplayer

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 25 21:20:23 UTC 2013


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 "


More information about the svn-ports-all mailing list