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

(-)Makefile (-1 / +3 lines)
Lines 43-49 Link Here
43
		libsamplerate.so:audio/libsamplerate \
43
		libsamplerate.so:audio/libsamplerate \
44
		libx264.so:multimedia/libx264 \
44
		libx264.so:multimedia/libx264 \
45
		libmp3lame.so:audio/lame
45
		libmp3lame.so:audio/lame
46
CONFLICTS_BUILD=	x265
47
46
48
.if !defined(PACKAGE_BUILDING)
47
.if !defined(PACKAGE_BUILDING)
49
# DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed)
48
# DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed)
Lines 67-72 Link Here
67
66
68
NOPRECIOUSMAKEVARS=	yes			# for ffmpeg and x264
67
NOPRECIOUSMAKEVARS=	yes			# for ffmpeg and x264
69
68
69
# Link to libraries of the port over system libraries.
70
LDFLAGS+=	-L${BUILD_WRKSRC}/contrib/lib
71
70
# Enforce linking to the system c++ standard lib
72
# Enforce linking to the system c++ standard lib
71
LDFLAGS+=	-l${COMPILER_FEATURES:Mlib*c++:S/lib//}
73
LDFLAGS+=	-l${COMPILER_FEATURES:Mlib*c++:S/lib//}
72
74

Return to bug 209064