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

Collapse All | Expand All

(-)multimedia/libdvdnav/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
		--incdir="${PREFIX}/include/dvdnav" \
35
		--incdir="${PREFIX}/include/dvdnav" \
36
		--disable-opts \
36
		--disable-opts \
37
		--disable-debug \
37
		--disable-debug \
38
		--cc=${CC}
38
		--cc="${CC}"
39
USE_GMAKE=	yes
39
USE_GMAKE=	yes
40
CONFLICTS=	libdvdnav-mplayer-[0-9]*
40
CONFLICTS=	libdvdnav-mplayer-[0-9]*
41
USE_LDCONFIG=	yes
41
USE_LDCONFIG=	yes
(-)multimedia/libdvdread/Makefile (-1 / +1 lines)
Lines 37-43 Link Here
37
		--incdir="${PREFIX}/include/dvdread" \
37
		--incdir="${PREFIX}/include/dvdread" \
38
		--disable-opts \
38
		--disable-opts \
39
		--disable-debug \
39
		--disable-debug \
40
		--cc=${CC}
40
		--cc="${CC}"
41
USE_GMAKE=	yes
41
USE_GMAKE=	yes
42
USE_LDCONFIG=	yes
42
USE_LDCONFIG=	yes
43
43

Return to bug 150450