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

Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 17-24 Link Here
17
USES=		gmake iconv libtool localbase:ldflags pathfix pkgconfig
17
USES=		gmake iconv libtool localbase:ldflags pathfix pkgconfig
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
CONFIGURE_ARGS+=	--disable-altivec \
20
CONFIGURE_ARGS+=	--disable-arts \
21
			--disable-arts \
22
			--enable-diskaudio \
21
			--enable-diskaudio \
23
			--enable-dummyaudio \
22
			--enable-dummyaudio \
24
			--enable-video-dummy \
23
			--enable-video-dummy \
Lines 50-55 Link Here
50
.else
49
.else
51
CONFIGURE_ARGS+=	--disable-sse3
50
CONFIGURE_ARGS+=	--disable-sse3
52
.endif
51
.endif
52
.if defined(MACHINE_ARCH) && ${MACHINE_ARCH:Mpowerpc64}
53
CONFIGURE_ARGS+=	--enable-altivec
54
.else
55
CONFIGURE_ARGS+=	--disable-altivec
56
.endif
53
57
54
MAKE_ENV=	V=1
58
MAKE_ENV=	V=1
55
59

Return to bug 238802