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

Collapse All | Expand All

(-)audio/dvda-author/Makefile (-1 / +12 lines)
Lines 34-41 Link Here
34
CONFIGURE_ARGS=	--with-flac=${LOCALBASE}/lib/libFLAC.so \
34
CONFIGURE_ARGS=	--with-flac=${LOCALBASE}/lib/libFLAC.so \
35
	--with-ogg=${LOCALBASE}/lib/libogg.so \
35
	--with-ogg=${LOCALBASE}/lib/libogg.so \
36
	--enable-glibc
36
	--enable-glibc
37
.if defined(NOPORTDOCS)
37
USE_CSTD=	gnu89
38
39
.include <bsd.port.options.mk>
40
41
.if ! ${PORT_OPTIONS:MDOCS}
38
CONFIGURE_ARGS+=	--docdir=${WRKDIR}/doc
42
CONFIGURE_ARGS+=	--docdir=${WRKDIR}/doc
39
.endif
43
.endif
40
44
45
post-patch:
46
	@${REINPLACE_CMD} 's|-std=c99||g' \
47
		${WRKSRC}/configure \
48
		${WRKSRC}/libats2wav/Makefile.in
49
	@${REINPLACE_CMD} 's|-std=c99 -O3||' \
50
		${WRKSRC}/fixwav/src/Makefile.in
51
41
.include <bsd.port.mk>
52
.include <bsd.port.mk>

Return to bug 176766