View | Details | Raw Unified | Return to bug 268495
Collapse All | Expand All

(-)b/audio/openal-soft/Makefile (+10 lines)
Lines 23-28 CMAKE_ON= ALSOFT_BACKEND_WAVE Link Here
23
LDFLAGS+=	-Wl,--as-needed
23
LDFLAGS+=	-Wl,--as-needed
24
LDFLAGS_i386=	-Wl,-z,notext
24
LDFLAGS_i386=	-Wl,-z,notext
25
25
26
.include <bsd.port.pre.mk>
27
28
# The following is actually meant for lld 15.0 and later, but the ports
29
# framework does not support LINKER_TYPE and LINKER_VERSION yet.
30
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 150
31
# Turn off checking of dynamic relocations, to avoid lld diagnostics about
32
# possibly incorrect addend values.
33
LDFLAGS_i386+=	-Wl,--no-check-dynamic-relocations
34
.endif
35
26
PLIST_SUB=	SOVERSION=${PORTVERSION}
36
PLIST_SUB=	SOVERSION=${PORTVERSION}
27
37
28
OPTIONS_DEFINE=		CONFIG EXAMPLES JACK OSS PORTAUDIO PULSEAUDIO \
38
OPTIONS_DEFINE=		CONFIG EXAMPLES JACK OSS PORTAUDIO PULSEAUDIO \

Return to bug 268495