View | Details | Raw Unified | Return to bug 218384 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 64-70 Link Here
64
64
65
WRKSRC=		${WRKDIR}/HandBrake-${PORTVERSION}
65
WRKSRC=		${WRKDIR}/HandBrake-${PORTVERSION}
66
66
67
CONFIGURE_ARGS=	--force --enable-x265
67
CONFIGURE_ARGS=	--force --enable-x265 --build=${WRKSRC}/build
68
CONFIGURE_TARGET=	build
68
CONFIGURE_TARGET=	build
69
69
70
BUILD_WRKSRC=	${WRKSRC}/build
70
BUILD_WRKSRC=	${WRKSRC}/build
Lines 74-79 Link Here
74
INSTALL_TARGET=	install-strip
74
INSTALL_TARGET=	install-strip
75
75
76
NOPRECIOUSMAKEVARS=	yes			# for ffmpeg and x264
76
NOPRECIOUSMAKEVARS=	yes			# for ffmpeg and x264
77
NO_CCACHE=	yes
77
78
78
# Enforce linking to bundled libraries instead of system libraries
79
# Enforce linking to bundled libraries instead of system libraries
79
LDFLAGS+=	-L${BUILD_WRKSRC}/contrib/lib
80
LDFLAGS+=	-L${BUILD_WRKSRC}/contrib/lib
(-)files/patch-contrib_libbluray_A02-expose-clip__id.patch (-2 / +2 lines)
Lines 4-11 Link Here
4
 -- 
4
 -- 
5
 2.5.5
5
 2.5.5
6
 
6
 
7
+--- Makefile.in.orig	2017-03-25 19:30:14 UTC
7
+--- libbluray-0.9.3/Makefile.in.orig	2017-03-25 19:30:14 UTC
8
++++ Makefile.in	2017-03-25 19:30:36 UTC
8
++++ libbluray-0.9.3/Makefile.in	2017-03-25 19:30:36 UTC
9
+@@ -772,7 +772,7 @@
9
+@@ -772,7 +772,7 @@
10
+ MOSTLYCLEANFILES = $(DX_CLEANFILES)
10
+ MOSTLYCLEANFILES = $(DX_CLEANFILES)
11
+ @ENABLE_UDF_FALSE@POSIX_C_SOURCE = 200112L
11
+ @ENABLE_UDF_FALSE@POSIX_C_SOURCE = 200112L

Return to bug 218384