svn commit: r465707 - head/multimedia/quark

Ed Maste emaste at FreeBSD.org
Tue Mar 27 14:40:47 UTC 2018


Author: emaste (src committer)
Date: Tue Mar 27 14:40:47 2018
New Revision: 465707
URL: https://svnweb.freebsd.org/changeset/ports/465707

Log:
  multimedia/quark: set LLD_UNSAFE
  
  Ports using libxine fail to link due to shared library protected
  visibility symbol preemption issues.  Set LLD_UNSAFE to use ld.bfd.
  
  PR:		214864, 226981
  Approved by:	portmgr (LLD_UNSAFE blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/multimedia/quark/Makefile

Modified: head/multimedia/quark/Makefile
==============================================================================
--- head/multimedia/quark/Makefile	Tue Mar 27 14:24:25 2018	(r465706)
+++ head/multimedia/quark/Makefile	Tue Mar 27 14:40:47 2018	(r465707)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libxine.so:multimedia/libxine
 USES=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomeprefix gnomevfs2
 GNU_CONFIGURE=	yes
+LLD_UNSAFE=	yes
 
 PORTDOCS=	AUTHORS COPYING INSTALL README
 GCONF_SCHEMAS=	quark.schemas strange-quark.schemas


More information about the svn-ports-head mailing list