Date: Sat, 30 Nov 2019 01:42:01 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518688 - head/audio/openal-soft Message-ID: <201911300142.xAU1g1kN097725@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Nov 30 01:42:01 2019 New Revision: 518688 URL: https://svnweb.freebsd.org/changeset/ports/518688 Log: audio/openal-soft: Keep full LLD_UNSAFE for now lld on i386 on 12.1 and up still does not link openal-soft. PR: 242307 Modified: head/audio/openal-soft/Makefile Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Sat Nov 30 01:38:14 2019 (r518687) +++ head/audio/openal-soft/Makefile Sat Nov 30 01:42:01 2019 (r518688) @@ -23,10 +23,7 @@ CMAKE_ON= ALSOFT_BACKEND_WAVE ALSOFT_UTILS # do not link with librt and libdl. LDFLAGS+= -Wl,--as-needed -# fails to link with lld 6, remove after FreeBSD 12.0 EOL -.if exists(/usr/lib/clang/6.0.1) LLD_UNSAFE= yes -.endif PLIST_SUB= SOVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911300142.xAU1g1kN097725>