Date: Wed, 20 Nov 2019 13:56:36 +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: r518012 - head/audio/openal-soft Message-ID: <201911201356.xAKDuacX086506@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Nov 20 13:56:36 2019 New Revision: 518012 URL: https://svnweb.freebsd.org/changeset/ports/518012 Log: audio/openal-soft: Drop workaround from r492771 The problem is no longer reproducible on the latest 12-STABLE snapshot and it breaks the build on powerpc64 elfv2. PR: 235603, 242107 Modified: head/audio/openal-soft/Makefile Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Wed Nov 20 13:55:20 2019 (r518011) +++ head/audio/openal-soft/Makefile Wed Nov 20 13:56:36 2019 (r518012) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= openal-200[0-9]* USES= cmake compiler:c11 tar:bzip2 -USE_BINUTILS= yes +LLD_UNSAFE= yes USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_INSTALL_DATADIR:STRING="${PREFIX}/etc" @@ -27,11 +27,8 @@ CMAKE_OFF= ALSOFT_BACKEND_ALSA \ CMAKE_ON= ALSOFT_BACKEND_WAVE \ ALSOFT_UTILS -# use gold linker due to some problems with ld.bfd on 12-STABLE, -# cf. PR 235603 # do not link with librt and libdl. -LDFLAGS+= -fuse-ld=gold \ - -Wl,--as-needed +LDFLAGS+= -Wl,--as-needed OPTIONS_DEFINE= EXAMPLES CONFIG JACK OSS PORTAUDIO PULSEAUDIO SDL SNDIO OPTIONS_DEFAULT= OSS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201356.xAKDuacX086506>