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

(-)audio/darkice/Makefile (-2 / +3 lines)
Lines 8-14 Link Here
8
PORTNAME=	darkice
8
PORTNAME=	darkice
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	audio net
11
CATEGORIES=	audio net
12
MASTER_SITES=	GOOGLE_CODE
12
MASTER_SITES=	GOOGLE_CODE
Lines 87-93 Link Here
87
.endif
87
.endif
88
post-patch:
88
post-patch:
89
	@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
89
	@${REINPLACE_CMD} -e '/test/s|==|=|g'\
90
	 -e 's/sbr_main.h/libaacplus\/sbr_main.h/' ${WRKSRC}/configure
90
	@${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.in
91
	@${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.in
91
do-install:
92
do-install:

Return to bug 151574