diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2017-09-22 18:31:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2017-09-22 18:31:56 +0000 |
commit | 78b5c2552b3f9cb5d24741e9cefb388b34a81702 (patch) | |
tree | cb2974f7f43aff0ac84cd74542e0f0c7648f8049 /audio/freealut | |
parent | Update to 2.8.0, which should fix problems with excessive RocksDB db usage. B... (diff) |
add LLD_UNSAFE for preemption of audio/openal-soft libs
PR: 219718
Submitted by: emaste
Reported by: O. Hartmann
Notes
Notes:
svn path=/head/; revision=450397
Diffstat (limited to 'audio/freealut')
-rw-r--r-- | audio/freealut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 4721537751f8..5ffc52874160 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -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} |