svn commit: r518012 - head/audio/openal-soft

Tobias Kortkamp tobik at FreeBSD.org
Wed Nov 20 13:56:37 UTC 2019


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


More information about the svn-ports-head mailing list