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

Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 81-91 LDFLAGS+= -L${BUILD_WRKSRC}/contrib/lib Link Here
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//}
83
83
84
OPTIONS_DEFINE=		FDK_AAC X11
84
OPTIONS_DEFINE=		CCACHE FDK_AAC X11
85
OPTIONS_DEFAULT=	X11
85
OPTIONS_DEFAULT=	X11
86
86
87
OPTIONS_SUB=	yes
87
OPTIONS_SUB=	yes
88
88
89
CCACHE_DESC=	Mimimize compile time of C/C++ programs
89
FDK_AAC_DESC=	Enable non-free Fraunhofer FDK AAC codec
90
FDK_AAC_DESC=	Enable non-free Fraunhofer FDK AAC codec
90
X11_DESC=	Build GTK+3 based GUI program
91
X11_DESC=	Build GTK+3 based GUI program
91
92
Lines 113-118 USE_GNOME+= gtk30 intltool cairo gdkpixb Link Here
113
CONFIGURE_ARGS+=	--disable-gtk
114
CONFIGURE_ARGS+=	--disable-gtk
114
.endif
115
.endif
115
116
117
.if ${PORT_OPTIONS:MCCACHE}
118
WITH_NO_CCACHE=yes
119
.else
120
NO_CCACHE=yes
121
.endif
122
116
# HandBrake tries to fetch its dependencies during build phase, which is not
123
# HandBrake tries to fetch its dependencies during build phase, which is not
117
# considered good in FreeBSD.  Instead, we will provided the downloaded files.
124
# considered good in FreeBSD.  Instead, we will provided the downloaded files.
118
post-extract: .SILENT
125
post-extract: .SILENT

Return to bug 218384