FreeBSD Bugzilla – Attachment 132485 Details for
Bug 176766
[patch] audio/dvda-author fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dvda-author-v2.diff
dvda-author-v2.diff (text/x-patch), 729 bytes, created by
Pawel Pekala
on 2013-03-11 19:17:46 UTC
(
hide
)
Description:
dvda-author-v2.diff
Filename:
MIME Type:
Creator:
Pawel Pekala
Created:
2013-03-11 19:17:46 UTC
Size:
729 bytes
patch
obsolete
>diff -urN /usr/ports/audio/dvda-author/Makefile audio/dvda-author/Makefile >--- /usr/ports/audio/dvda-author/Makefile 2012-11-17 06:54:30.000000000 +0100 >+++ audio/dvda-author/Makefile 2013-03-11 19:09:22.000000000 +0100 >@@ -34,8 +34,19 @@ > CONFIGURE_ARGS= --with-flac=${LOCALBASE}/lib/libFLAC.so \ > --with-ogg=${LOCALBASE}/lib/libogg.so \ > --enable-glibc >-.if defined(NOPORTDOCS) >+USE_CSTD= gnu89 >+ >+.include <bsd.port.options.mk> >+ >+.if ! ${PORT_OPTIONS:MDOCS} > CONFIGURE_ARGS+= --docdir=${WRKDIR}/doc > .endif > >+post-patch: >+ @${REINPLACE_CMD} 's|-std=c99||g' \ >+ ${WRKSRC}/configure \ >+ ${WRKSRC}/libats2wav/Makefile.in >+ @${REINPLACE_CMD} 's|-std=c99 -O3||' \ >+ ${WRKSRC}/fixwav/src/Makefile.in >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176766
:
132484
| 132485