Date: Tue, 27 Mar 2018 14:44:07 +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: r465708 - head/multimedia/gxine Message-ID: <201803271444.w2REi7jj073698@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271444.w2REi7jj073698>