diff options
author | emaste <emaste@FreeBSD.org> | 2018-03-27 22:44:07 +0800 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2018-03-27 22:44:07 +0800 |
commit | f053e4ac32d57f77d730bf4d05e45857b039991f (patch) | |
tree | cf3ba887e6089cfa68bfda587982dca79ee793ee /multimedia | |
parent | 62cb21f7bdb4b22192f93b3c837ed967cb30b99d (diff) | |
download | freebsd-ports-gnome-f053e4ac32d57f77d730bf4d05e45857b039991f.tar.gz freebsd-ports-gnome-f053e4ac32d57f77d730bf4d05e45857b039991f.tar.zst freebsd-ports-gnome-f053e4ac32d57f77d730bf4d05e45857b039991f.zip |
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
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gxine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 16f9bf6e484c..cbaecd1e6caf 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -19,6 +19,7 @@ USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig tar:xz 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 |