Date: Tue, 27 Mar 2018 15:01:11 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465711 - head/multimedia/k9copy-kde4 Message-ID: <201803271501.w2RF1BJr083672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271501.w2RF1BJr083672>