Date: Fri, 22 Sep 2017 18:31:57 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450397 - head/audio/freealut Message-ID: <201709221831.v8MIVvFD088298@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709221831.v8MIVvFD088298>