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

Tobias Kortkamp tobik at FreeBSD.org
Sat Nov 30 01:42:02 UTC 2019


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}
 


More information about the svn-ports-all mailing list