View | Details | Raw Unified | Return to bug 169844
Collapse All | Expand All

(-)multimedia/libdvdread/Makefile (-1 / +5 lines)
Lines 28-35 Link Here
28
		--shlibdir="${PREFIX}/lib" \
28
		--shlibdir="${PREFIX}/lib" \
29
		--incdir="${PREFIX}/include/dvdread" \
29
		--incdir="${PREFIX}/include/dvdread" \
30
		--disable-opts \
30
		--disable-opts \
31
		--disable-debug \
32
		--cc="${CC}"
31
		--cc="${CC}"
32
.if defined(WITH_DEBUG)
33
CONFIGURE_ARGS+=	--disable-strip
34
.else
35
CONFIGURE_ARGS+=	--disable-debug
36
.endif
33
USE_GMAKE=	yes
37
USE_GMAKE=	yes
34
USE_LDCONFIG=	yes
38
USE_LDCONFIG=	yes

Return to bug 169844