svn commit: r465711 - head/multimedia/k9copy-kde4

Ed Maste emaste at FreeBSD.org
Tue Mar 27 15:01:12 UTC 2018


Author: emaste (src committer)
Date: Tue Mar 27 15:01:11 2018
New Revision: 465711
URL: https://svnweb.freebsd.org/changeset/ports/465711

Log:
  multimedia/k9copy-kde4: 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/k9copy-kde4/Makefile

Modified: head/multimedia/k9copy-kde4/Makefile
==============================================================================
--- head/multimedia/k9copy-kde4/Makefile	Tue Mar 27 14:53:51 2018	(r465710)
+++ head/multimedia/k9copy-kde4/Makefile	Tue Mar 27 15:01:11 2018	(r465711)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libxine.so:multimedia/libxine \
 USES=		cmake gettext kde:4 localbase
 USE_KDE=	kdelibs automoc4
 USE_QT4=	moc_build qmake_build rcc_build uic_build
+LLD_UNSAFE=	yes
 
 OPTIONS_DEFINE=	MENCODER MPLAYER DVDAUTHOR
 MENCODER_DESC=	MEncoder support


More information about the svn-ports-all mailing list