svn commit: r465708 - head/multimedia/gxine

Ed Maste emaste at FreeBSD.org
Tue Mar 27 14:44:07 UTC 2018


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

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

Modified: head/multimedia/gxine/Makefile
==============================================================================
--- head/multimedia/gxine/Makefile	Tue Mar 27 14:40:47 2018	(r465707)
+++ head/multimedia/gxine/Makefile	Tue Mar 27 14:44:07 2018	(r465708)
@@ -19,6 +19,7 @@ USES=		desktop-file-utils gettext gmake libtool pathfi
 USE_GNOME=	gtk30
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-hal --with-libintl-prefix=${LOCALBASE} --with-gtk3
+LLD_UNSAFE=	yes
 INSTALLS_ICONS=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list