svn commit: r465757 - head/multimedia/gmerlin

Ed Maste emaste at FreeBSD.org
Tue Mar 27 21:16:57 UTC 2018


Author: emaste (src committer)
Date: Tue Mar 27 21:16:56 2018
New Revision: 465757
URL: https://svnweb.freebsd.org/changeset/ports/465757

Log:
  multimedia/gmerlin: set LLD_UNSAFE to link using ld.bfd
  
  This port fails when attempting to link with lld as the system linker.
  
  PR:		226990
  Approved by:	portmgr (LLD_UNSAFE blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/multimedia/gmerlin/Makefile

Modified: head/multimedia/gmerlin/Makefile
==============================================================================
--- head/multimedia/gmerlin/Makefile	Tue Mar 27 21:15:28 2018	(r465756)
+++ head/multimedia/gmerlin/Makefile	Tue Mar 27 21:16:56 2018	(r465757)
@@ -26,6 +26,7 @@ CONFIGURE_ENV=	ac_cv_func_inotify_init=no
 CONFIGURE_ARGS=	--disable-v4l --disable-v4l2 --disable-v4lconvert \
 		--without-doxygen --with-cpuflags=none --disable-musicbrainz
 USE_LDCONFIG=	yes
+LLD_UNSAFE=	yes
 INSTALL_TARGET=	install-strip
 INSTALL_ICONS=	yes
 


More information about the svn-ports-all mailing list