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

Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 21-31 Link Here
21
USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui vte
21
USE_GNOME=	gnomehack gnomeprefix gnometarget libgnomeui vte
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
USE_REINPLACE=	yes
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
		LDFLAGS="-L${LOCALBASE}/lib"
26
		LDFLAGS="-L${LOCALBASE}/lib"
26
27
27
.if defined(WITH_CDPARANOIA)
28
.if defined(WITH_CDPARANOIA)
28
LIB_DEPENDS+=	cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
29
LIB_DEPENDS+=	cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
30
post-patch:
31
	@${REINPLACE_CMD} -e 's#<cdda/cdda_#<cdda_#' ${WRKSRC}/src/cdpar.c
29
.else
32
.else
30
CONFIGURE_ARGS+=	--disable-cdpar
33
CONFIGURE_ARGS+=	--disable-cdpar
31
.endif
34
.endif
32
--8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---

Return to bug 60972