svn commit: r450397 - head/audio/freealut

Oliver Lehmann oliver at FreeBSD.org
Fri Sep 22 18:31:58 UTC 2017


Author: oliver
Date: Fri Sep 22 18:31:56 2017
New Revision: 450397
URL: https://svnweb.freebsd.org/changeset/ports/450397

Log:
  add LLD_UNSAFE for preemption of audio/openal-soft libs
  
  PR:		219718
  Submitted by:	emaste
  Reported by:	O. Hartmann

Modified:
  head/audio/freealut/Makefile

Modified: head/audio/freealut/Makefile
==============================================================================
--- head/audio/freealut/Makefile	Fri Sep 22 16:52:31 2017	(r450396)
+++ head/audio/freealut/Makefile	Fri Sep 22 18:31:56 2017	(r450397)
@@ -16,6 +16,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		gmake libtool openal:al pathfix pkgconfig
 USE_LDCONFIG=	yes
+LLD_UNSAFE=	yes
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 


More information about the svn-ports-all mailing list