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

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 57-63 Link Here
57
.endif
57
.endif
58
58
59
GNU_CONFIGURE=	yes
59
GNU_CONFIGURE=	yes
60
USE_GCC=	yes
60
#USE_GCC=	yes
61
USES=		autoreconf:build compiler:features gmake iconv \
61
USES=		autoreconf:build compiler:features gmake iconv \
62
		libtool:build localbase:ldflags pkgconfig python:build
62
		libtool:build localbase:ldflags pkgconfig python:build
63
MAKE_ENV=	V=1 ACLOCAL=${LOCALBASE}/bin/aclocal
63
MAKE_ENV=	V=1 ACLOCAL=${LOCALBASE}/bin/aclocal
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 76-82 Link Here
76
NOPRECIOUSMAKEVARS=	yes			# for ffmpeg and x264
76
NOPRECIOUSMAKEVARS=	yes			# for ffmpeg and x264
77
77
78
# Enforce linking to bundled libraries instead of system libraries
78
# Enforce linking to bundled libraries instead of system libraries
79
LDFLAGS+=	-L${BUILD_WRKSRC}/contrib/lib
79
#LDFLAGS+=	-L${BUILD_WRKSRC}/contrib/lib
80
80
81
# Enforce linking to the system c++ standard lib
81
# Enforce linking to the system c++ standard lib
82
LDFLAGS+=	-l${COMPILER_FEATURES:Mlib*c++:S/lib//}
82
LDFLAGS+=	-l${COMPILER_FEATURES:Mlib*c++:S/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